POST api/AppOrder/AppGetAddressSearch
AppGetAddressSearch
Request Information
URI Parameters
None.
Body Parameters
GetAddressSearch_RequestName | 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": "76508d0c-af0b-4628-9c83-d3c9adba1716" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetAddressSearch_ResponseName | 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": "099defbb-c17f-4a31-a33c-7cc8fc7b41f2", "CityUUID": "52d6ec6f-9e1b-4701-89ba-301484973c37", "StreetTypeUUID": "e181eb41-3750-4768-ba88-140dfca1ca53", "StreetUUID": "5e9eae53-4722-4476-9107-0d193a943b67", "AddressUUID": "fe97bcaf-3758-4c72-9e0d-93c9d0e3b238", "Appart": "sample string 4", "Building": "sample string 5", "DistChar": "sample string 6", "TimeChar": "sample string 7", "UserUUIDCur": "47240b92-6771-4aaf-9726-a1b06bf52434" }, { "PostCode": "sample string 1", "Post": "sample string 2", "Search": "sample string 3", "CityTypeUUID": "099defbb-c17f-4a31-a33c-7cc8fc7b41f2", "CityUUID": "52d6ec6f-9e1b-4701-89ba-301484973c37", "StreetTypeUUID": "e181eb41-3750-4768-ba88-140dfca1ca53", "StreetUUID": "5e9eae53-4722-4476-9107-0d193a943b67", "AddressUUID": "fe97bcaf-3758-4c72-9e0d-93c9d0e3b238", "Appart": "sample string 4", "Building": "sample string 5", "DistChar": "sample string 6", "TimeChar": "sample string 7", "UserUUIDCur": "47240b92-6771-4aaf-9726-a1b06bf52434" } ]