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": "d27d586f-b4f4-4dd9-804c-bed2feec555d"
}
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": "fe856df8-ffe8-43d2-9b0d-8e04fc6461b3",
"CityUUID": "eceb16e5-7b80-4050-801a-732c1497f695",
"StreetTypeUUID": "6777bd7b-2d24-48dd-9184-56970d0c4ac7",
"StreetUUID": "3a6c83f3-3b36-43a2-9616-1adf6b6f1c41",
"AddressUUID": "d42c86c9-2e35-4f0d-8b47-bc1a62ad0140",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "6714cbfb-5401-4a26-ba72-c53f21555156"
},
{
"PostCode": "sample string 1",
"Post": "sample string 2",
"Search": "sample string 3",
"CityTypeUUID": "fe856df8-ffe8-43d2-9b0d-8e04fc6461b3",
"CityUUID": "eceb16e5-7b80-4050-801a-732c1497f695",
"StreetTypeUUID": "6777bd7b-2d24-48dd-9184-56970d0c4ac7",
"StreetUUID": "3a6c83f3-3b36-43a2-9616-1adf6b6f1c41",
"AddressUUID": "d42c86c9-2e35-4f0d-8b47-bc1a62ad0140",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "6714cbfb-5401-4a26-ba72-c53f21555156"
}
]