POST Api/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": "883b86ca-742c-48e9-a0f9-d356fb70099b",
"MerchantId": "dea786bd-ee0c-499e-a19b-ec2dd73c60f3",
"MerchantIds": [
"bf2f75ab-4298-4de4-bf2e-ebc353ae431e",
"5a288b88-39c4-4b4c-95f7-ddfa202ada63"
]
}
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": "2961dd5b-85db-4634-b83f-429e42dafccf",
"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": "a5e16135-565a-4bf8-a486-6107bfc0d9fe",
"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": "35c105c1-6c3c-4ca5-862a-6491f8423386",
"ClientId": "f6b4da0e-cc4d-4d9e-acf5-64a75cfbd9db",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 16:31:23",
"UpdateDate": "2026-07-30 16:31:23",
"CreateBy": "7be0f06f-c9e2-44ec-af72-efbf1323ac20",
"UpdateBy": "d977b526-cf6b-4d02-b8a9-87415b840b44"
},
{
"ExCodeId": "2961dd5b-85db-4634-b83f-429e42dafccf",
"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": "a5e16135-565a-4bf8-a486-6107bfc0d9fe",
"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": "35c105c1-6c3c-4ca5-862a-6491f8423386",
"ClientId": "f6b4da0e-cc4d-4d9e-acf5-64a75cfbd9db",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 16:31:23",
"UpdateDate": "2026-07-30 16:31:23",
"CreateBy": "7be0f06f-c9e2-44ec-af72-efbf1323ac20",
"UpdateBy": "d977b526-cf6b-4d02-b8a9-87415b840b44"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}