POST api/APPOrders/GetDispatchLocation
Request Information
URI Parameters
None.
Body Parameters
DispatchCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| DispatchCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DispatchCode": "sample string 1"
}
application/xml, text/xml
Sample:
<DispatchModel.DispatchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <DispatchCode>sample string 1</DispatchCode> </DispatchModel.DispatchCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfOrderLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of OrderLocation |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfArrayOfDispatchModel.OrderLocationuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<DispatchModel.OrderLocation>
<ClearAddress>sample string 7</ClearAddress>
<ContactMobilePhone>sample string 6</ContactMobilePhone>
<ContactPerson>sample string 4</ContactPerson>
<ContactPhoneNumber>sample string 5</ContactPhoneNumber>
<CorporateName>sample string 3</CorporateName>
<DP_Code>sample string 2</DP_Code>
<Latitude>sample string 9</Latitude>
<Longitude>sample string 8</Longitude>
<OL_Code>sample string 1</OL_Code>
</DispatchModel.OrderLocation>
<DispatchModel.OrderLocation>
<ClearAddress>sample string 7</ClearAddress>
<ContactMobilePhone>sample string 6</ContactMobilePhone>
<ContactPerson>sample string 4</ContactPerson>
<ContactPhoneNumber>sample string 5</ContactPhoneNumber>
<CorporateName>sample string 3</CorporateName>
<DP_Code>sample string 2</DP_Code>
<Latitude>sample string 9</Latitude>
<Longitude>sample string 8</Longitude>
<OL_Code>sample string 1</OL_Code>
</DispatchModel.OrderLocation>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfDispatchModel.OrderLocationuKWfnEcv>