POST api/AppOrder/AppGetAddressSearch
AppGetAddressSearch
Request Information
URI Parameters
None.
Body Parameters
GetAddressSearch_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| Search | string |
None. |
|
| DeliveryTypeID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Search": "sample string 1",
"DeliveryTypeID": 2,
"UserUUIDCur": "d0e5a9a9-3f7c-40c5-90ed-45bd598fb01d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetAddressSearch_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| PostCode | string |
None. |
|
| Post | string |
None. |
|
| Search | string |
None. |
|
| CityTypeUUID | globally unique identifier |
None. |
|
| CityUUID | globally unique identifier |
None. |
|
| StreetTypeUUID | globally unique identifier |
None. |
|
| StreetUUID | globally unique identifier |
None. |
|
| AddressUUID | globally unique identifier |
None. |
|
| Appart | string |
None. |
|
| Building | string |
None. |
|
| DistChar | string |
None. |
|
| TimeChar | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PostCode": "sample string 1",
"Post": "sample string 2",
"Search": "sample string 3",
"CityTypeUUID": "aa47e4bf-684a-4087-9fc1-4baf3a3559e8",
"CityUUID": "68653b70-5ba9-4397-a7b6-206bbb59578d",
"StreetTypeUUID": "e90b0da7-d4f5-4383-a125-670d34319666",
"StreetUUID": "b6e01cb8-2e14-4893-9d55-824565bb80cc",
"AddressUUID": "3b7a2c1e-3e33-4b8f-b21b-6a4402caf9de",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "d64cbd3b-986c-48f1-bfe8-e22044115622"
},
{
"PostCode": "sample string 1",
"Post": "sample string 2",
"Search": "sample string 3",
"CityTypeUUID": "aa47e4bf-684a-4087-9fc1-4baf3a3559e8",
"CityUUID": "68653b70-5ba9-4397-a7b6-206bbb59578d",
"StreetTypeUUID": "e90b0da7-d4f5-4383-a125-670d34319666",
"StreetUUID": "b6e01cb8-2e14-4893-9d55-824565bb80cc",
"AddressUUID": "3b7a2c1e-3e33-4b8f-b21b-6a4402caf9de",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "d64cbd3b-986c-48f1-bfe8-e22044115622"
}
]