POST AdminApi/Express/GetExpressPickUpByMerchant
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": "a4c13ca2-01e9-4a62-b5b3-f44b72456c2b",
"ExpressId": "31ffea8b-197c-45ab-8f4a-5827bc4c182c",
"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": [
"92c45472-d25f-412c-a22f-fb10d464f58b",
"1342ded0-9c5b-417e-98e6-0cbf43e6a723"
],
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"ProvinceId": 9,
"CityId": 10,
"ExpId": "dd333515-ca3c-40ac-b1fc-31594b897dbd",
"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": {}
}