POST AdminApi/Express/GetExpressPickUps
Request Information
URI Parameters
None.
Body Parameters
PickUpCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| PageInfo | PageInfo |
None. |
|
| ProvinceId | integer |
None. |
|
| CityId | integer |
None. |
|
| CCode | string |
None. |
|
| TCode | string |
None. |
|
| ExpId | globally unique identifier |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| MerchantIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"ProvinceId": 1,
"CityId": 2,
"CCode": "sample string 3",
"TCode": "sample string 4",
"ExpId": "f0ed356a-f9cf-489e-a60d-0850057a5027",
"MerchantId": "3a5fbe04-77ec-4537-bbff-1903ceb01a3e",
"MerchantIds": [
"53ba2303-7dce-41f6-9282-442690ecdedb",
"163c9b7c-c7c6-481d-8328-6dba26265497"
]
}
application/x-www-form-urlencoded
Sample:
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": {}
}