POST AdminApi/Delivery/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": "a523f3bb-9a85-4586-9fa2-53a9928d014d",
"MerchantId": "cf78b530-f029-4400-a55f-858bd1032645",
"MerchantIds": [
"0d93a295-cf32-4ee5-988c-3d45653fd205",
"237c9911-b1c5-4d2c-9690-e15160451355"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PageDataOfExpressPickUp| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of ExpressPickUp |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalPage": 1,
"TotalRecord": 1,
"Data": [
{
"ExCodeId": "5f074ff5-dec6-43dc-b356-13c17489a656",
"Code": "sample string 2",
"CityId": 3,
"NameC": "sample string 4",
"NameE": "sample string 5",
"NameS": "sample string 6",
"AddressC": "sample string 7",
"AddressE": "sample string 8",
"AddressS": "sample string 9",
"OperationTimeS": "sample string 10",
"OperationTimeC": "sample string 11",
"OperationTimeE": "sample string 12",
"HasCharge": true,
"IsHot": true,
"KeepCold": true,
"MerchantId": "8f4025b1-d0e4-4e7f-b8c7-eccf7c7db89a",
"Name": "sample string 17",
"Address": "sample string 18",
"OperationTime": "sample string 19",
"NameList": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"AddressList": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Country": "sample string 20",
"Province": "sample string 21",
"City": "sample string 22",
"Id": "4b0babd6-f3f2-4e61-895a-dc57a487573f",
"ClientId": "595afa14-59bb-4fe3-bd58-10f926cac366",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:31",
"UpdateDate": "2026-06-15 09:05:31",
"CreateBy": "19d5431b-3047-4ca5-a9f5-0cbc0bdb5a43",
"UpdateBy": "87d6cbaa-c0c2-4f80-bdba-8747441dc7eb"
},
{
"ExCodeId": "5f074ff5-dec6-43dc-b356-13c17489a656",
"Code": "sample string 2",
"CityId": 3,
"NameC": "sample string 4",
"NameE": "sample string 5",
"NameS": "sample string 6",
"AddressC": "sample string 7",
"AddressE": "sample string 8",
"AddressS": "sample string 9",
"OperationTimeS": "sample string 10",
"OperationTimeC": "sample string 11",
"OperationTimeE": "sample string 12",
"HasCharge": true,
"IsHot": true,
"KeepCold": true,
"MerchantId": "8f4025b1-d0e4-4e7f-b8c7-eccf7c7db89a",
"Name": "sample string 17",
"Address": "sample string 18",
"OperationTime": "sample string 19",
"NameList": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"AddressList": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Country": "sample string 20",
"Province": "sample string 21",
"City": "sample string 22",
"Id": "4b0babd6-f3f2-4e61-895a-dc57a487573f",
"ClientId": "595afa14-59bb-4fe3-bd58-10f926cac366",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:31",
"UpdateDate": "2026-06-15 09:05:31",
"CreateBy": "19d5431b-3047-4ca5-a9f5-0cbc0bdb5a43",
"UpdateBy": "87d6cbaa-c0c2-4f80-bdba-8747441dc7eb"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}