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": "67305fd2-df98-49cb-8633-c32485eb0325",
"MerchantId": "4ea92292-8445-4bf8-a8f7-911dd792365a",
"MerchantIds": [
"8fec66ae-2034-45ce-9089-3f4ddbf49e89",
"cab03b82-a33b-479b-b02d-975f90aa6077"
]
}
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": {}
}