POST Api/Delivery/GetExpressList
Request Information
URI Parameters
None.
Body Parameters
ExpressCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryAddrId | globally unique identifier |
None. |
|
| ExpressId | globally unique identifier |
None. |
|
| ShipCode | string |
None. |
|
| CCode | string |
None. |
|
| TCode | string |
None. |
|
| TotalWeight | decimal number |
None. |
|
| ItemAmount | decimal number |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| StationCode | string |
None. |
|
| ProductWeightInfo | Collection of ProductWeightInfo |
None. |
|
| MerchantIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryAddrId": "9d5d2e1c-87f6-4a5a-8875-b9b56f8ac6a3",
"ExpressId": "7733200b-f62a-4d21-b365-b31c2eda1f42",
"ShipCode": "sample string 3",
"CCode": "sample string 4",
"TCode": "sample string 5",
"TotalWeight": 6.0,
"ItemAmount": 7.0,
"MerchantId": "b0d59b4b-9e9f-43e5-b37d-5e656ba94d3f",
"StationCode": "sample string 9",
"ProductWeightInfo": [
{
"Code": "sample string 1",
"Qty": 2
},
{
"Code": "sample string 1",
"Qty": 2
}
],
"MerchantIds": [
"e16b0e7e-520b-4f9f-8f65-1d2fc109d1f9",
"e535c95b-42cb-44b7-9f07-467304cdc68d"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}