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": "42a773ff-9e3f-4726-8d87-d3e736abc4f4"
}
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": "41a27af9-3353-4ae2-a87e-ab88981d6bfb",
"CityUUID": "838cca39-c7fd-40ea-b1d3-fe42666492ab",
"StreetTypeUUID": "f0cec311-b7cf-4869-9627-9d11cf269873",
"StreetUUID": "83c2caf5-9df2-4c90-90b8-5720950b34a1",
"AddressUUID": "8dbd1eb8-3f4c-4129-95cd-5eb753221566",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "cc530776-0609-4be9-bd37-0a7ba149d2b5"
},
{
"PostCode": "sample string 1",
"Post": "sample string 2",
"Search": "sample string 3",
"CityTypeUUID": "41a27af9-3353-4ae2-a87e-ab88981d6bfb",
"CityUUID": "838cca39-c7fd-40ea-b1d3-fe42666492ab",
"StreetTypeUUID": "f0cec311-b7cf-4869-9627-9d11cf269873",
"StreetUUID": "83c2caf5-9df2-4c90-90b8-5720950b34a1",
"AddressUUID": "8dbd1eb8-3f4c-4129-95cd-5eb753221566",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "cc530776-0609-4be9-bd37-0a7ba149d2b5"
}
]