POST Api/Express/GetExpressByMerchant
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": "1c151aa9-6413-4c9f-a395-fc3016e46b7f",
"ExpressId": "975cb8c9-fd06-4024-b4e9-48f85de54f2c",
"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": [
"e7e5cafe-accc-4e2f-b5c6-7daf69aa2fc8",
"8dc684a4-40f5-4a8f-ad51-6fee6c8aebd8"
],
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"ProvinceId": 9,
"CityId": 10,
"ExpId": "acacfdc0-5556-43d7-a444-e6b2d33a6806",
"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": {}
}