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": "0d514fe5-33fd-4ce8-8e27-f7d5359ddfec"
}
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": "cd64346b-492f-4964-83a9-f00eb0cc4eb9",
"CityUUID": "88dffadf-f892-4e81-b49e-b81100e690aa",
"StreetTypeUUID": "b47b5c3e-6233-4138-9cf4-832bbf7d68df",
"StreetUUID": "ba4de1d2-fa33-4d2f-b091-a8070223de6f",
"AddressUUID": "130a4bac-dc13-4e3f-8458-ac3330a5f7c9",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "452c27d6-d575-4df1-a861-d39973283997"
},
{
"PostCode": "sample string 1",
"Post": "sample string 2",
"Search": "sample string 3",
"CityTypeUUID": "cd64346b-492f-4964-83a9-f00eb0cc4eb9",
"CityUUID": "88dffadf-f892-4e81-b49e-b81100e690aa",
"StreetTypeUUID": "b47b5c3e-6233-4138-9cf4-832bbf7d68df",
"StreetUUID": "ba4de1d2-fa33-4d2f-b091-a8070223de6f",
"AddressUUID": "130a4bac-dc13-4e3f-8458-ac3330a5f7c9",
"Appart": "sample string 4",
"Building": "sample string 5",
"DistChar": "sample string 6",
"TimeChar": "sample string 7",
"UserUUIDCur": "452c27d6-d575-4df1-a861-d39973283997"
}
]