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": "ff1471b0-b486-49f5-bc65-a92008451c74"
}
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": "22f1fea7-2c64-4926-b838-217b02708bc8",
"CityUUID": "ec48de07-ae82-48e7-b801-df030ba4a338",
"StreetTypeUUID": "33c640e9-6a16-4bfd-99a0-7556c35d32e6",
"StreetUUID": "ecf0f395-353c-45f2-8cdd-d7bedba3f652",
"AddressUUID": "6f0fb0e8-cb16-4210-b3bd-bd98d01fe9fe",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "a39d4b3a-8faa-4c43-b4b0-669e272b9339"
},
{
"PostCode": "sample string 1",
"Post": "sample string 2",
"Search": "sample string 3",
"CityTypeUUID": "22f1fea7-2c64-4926-b838-217b02708bc8",
"CityUUID": "ec48de07-ae82-48e7-b801-df030ba4a338",
"StreetTypeUUID": "33c640e9-6a16-4bfd-99a0-7556c35d32e6",
"StreetUUID": "ecf0f395-353c-45f2-8cdd-d7bedba3f652",
"AddressUUID": "6f0fb0e8-cb16-4210-b3bd-bd98d01fe9fe",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "a39d4b3a-8faa-4c43-b4b0-669e272b9339"
}
]