POST AdminApi/Express/GetExpressChargeListByCode
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": "8dfb4f8b-7ed7-4581-86c8-47708f476883",
"ExpressId": "ff3a5374-821a-4972-acf4-79b610808b7e",
"ShipCode": "sample string 3",
"CCode": "sample string 4",
"TCode": "sample string 5",
"TotalWeight": 6.0,
"ItemAmount": 7.0,
"MerchantId": "569a3fb6-9884-4a7c-b1a1-d6b4acaf2e2f",
"StationCode": "sample string 9",
"ProductWeightInfo": [
{
"Code": "sample string 1",
"Qty": 2
},
{
"Code": "sample string 1",
"Qty": 2
}
],
"MerchantIds": [
"aad6136d-766b-4ec1-8cc9-d8fa68e02d1f",
"3905fa48-5fda-450d-b8ea-c6adc4ff27cb"
]
}
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": {}
}