POST Api/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": "0138080c-fa6c-48fe-b37f-2cba8d87eb00",
"ExpressId": "bda014e2-f447-4d65-afb5-bba37bc5ee5a",
"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": [
"27486f6a-84f0-44b4-bfe5-0e0752551df0",
"46a00481-f981-4a93-9de0-225cc7afd89e"
],
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"ProvinceId": 9,
"CityId": 10,
"ExpId": "8fe3284c-e1a1-40b7-9af6-7a1a52d16551",
"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": {}
}