POST Api/Express/GetExpressChargeByMerchant
Request Information
URI Parameters
None.
Body Parameters
ShipCond| 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. |
|
| StationCode | string |
None. |
|
| ProductWeightInfo | Collection of ProductWeightInfo |
None. |
|
| MerchantIds | Collection of globally unique identifier |
None. |
|
| PageInfo | PageInfo |
None. |
|
| ProvinceId | integer |
None. |
|
| CityId | integer |
None. |
|
| ExpId | globally unique identifier |
None. |
|
| deliveryType | DeliveryType |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryAddrId": "7261e110-40e5-49a8-8c81-2e342e9e8681",
"ExpressId": "9c2752fd-95ef-4edd-8d4f-152cc209b0d1",
"ShipCode": "sample string 3",
"CCode": "sample string 4",
"TCode": "sample string 5",
"TotalWeight": 6.0,
"ItemAmount": 7.0,
"StationCode": "sample string 8",
"ProductWeightInfo": [
{
"Code": "sample string 1",
"Qty": 2
},
{
"Code": "sample string 1",
"Qty": 2
}
],
"MerchantIds": [
"7e802a09-c418-4458-ab83-44649d5df66b",
"8cdaf653-adcb-4f02-b207-fe2dc3a80ae3"
],
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"ProvinceId": 9,
"CityId": 10,
"ExpId": "1bf2f309-8bee-4a96-be2e-91d9e81f7eb0",
"deliveryType": 0
}
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": {}
}