POST api/Logistics/RefreshLogisticsNo
Request Information
URI Parameters
None.
Body Parameters
RefreshApi| Name | Description | Type | Additional information |
|---|---|---|---|
| lpsNo | string |
None. |
|
| LogisticsProviderId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"lpsNo": "sample string 1",
"LogisticsProviderId": 2
}
application/xml, text/xml
Sample:
<RefreshApi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.LPS.WebApi.Controllers"> <LogisticsProviderId>2</LogisticsProviderId> <lpsNo>sample string 1</lpsNo> </RefreshApi>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfLogisticsResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | LogisticsResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.