POST AdminApi/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": "78b7c02a-400b-48ef-ace3-03ad4ca5b495",
"ExpressId": "8f3c7341-3af2-42a2-bf50-030333aa0267",
"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": [
"8362d751-0fcb-4c22-98d6-8e84d8196ba3",
"34bed9b2-f9a1-4ff9-a051-3109ab281b86"
],
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"ProvinceId": 9,
"CityId": 10,
"ExpId": "9eefaddb-8e4d-497f-9cb8-a30d818eddf9",
"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": {}
}