POST Api/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": "382b29f6-b67e-4049-a043-40b94084d82a",
"MerchantId": "f0388d03-b980-477f-8517-34b7a402105d",
"MerchantIds": [
"73a1b1ab-c243-40be-a277-989e211627ed",
"a7e86efb-77a1-4153-9b8f-3c558d170d29"
]
}
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": {}
}