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": "990dad13-7be2-4252-b5a6-2cf477d0938d"
}
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": "c768113a-0deb-484e-8b9c-ad33547e8058",
"CityUUID": "2c5d1a56-1490-4c4d-83b7-41f50e712de1",
"StreetTypeUUID": "409e0612-fa8a-4d9e-83ed-7e8c8635d038",
"StreetUUID": "89dc4e4f-4fde-48e5-9c65-848e0e5fca2a",
"AddressUUID": "bd7ceb9a-99fc-42af-b06d-3b9d5ae16d55",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "45d9395c-f7f7-44fd-b9ed-1a5454b1ece3"
},
{
"PostCode": "sample string 1",
"Post": "sample string 2",
"Search": "sample string 3",
"CityTypeUUID": "c768113a-0deb-484e-8b9c-ad33547e8058",
"CityUUID": "2c5d1a56-1490-4c4d-83b7-41f50e712de1",
"StreetTypeUUID": "409e0612-fa8a-4d9e-83ed-7e8c8635d038",
"StreetUUID": "89dc4e4f-4fde-48e5-9c65-848e0e5fca2a",
"AddressUUID": "bd7ceb9a-99fc-42af-b06d-3b9d5ae16d55",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "45d9395c-f7f7-44fd-b9ed-1a5454b1ece3"
}
]