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": "8634a1c0-2adc-41c1-ab57-a8861006e078" }
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": "a6259eb0-c56c-4220-8688-58c0db088040", "CityUUID": "964bfafa-b323-4ae6-96b1-170fac5306e5", "StreetTypeUUID": "b5540c0b-1b53-46df-8345-f560a42339cf", "StreetUUID": "d5764761-36a5-4410-8be2-c994cb5e07e7", "AddressUUID": "360f301f-fd2a-4a1f-b48a-2e9ab37ff0e3", "Appart": "sample string 4", "Building": "sample string 5", "DistChar": "sample string 6", "TimeChar": "sample string 7", "UserUUIDCur": "6d7636bf-94c5-4127-a02d-319127950d16" }, { "PostCode": "sample string 1", "Post": "sample string 2", "Search": "sample string 3", "CityTypeUUID": "a6259eb0-c56c-4220-8688-58c0db088040", "CityUUID": "964bfafa-b323-4ae6-96b1-170fac5306e5", "StreetTypeUUID": "b5540c0b-1b53-46df-8345-f560a42339cf", "StreetUUID": "d5764761-36a5-4410-8be2-c994cb5e07e7", "AddressUUID": "360f301f-fd2a-4a1f-b48a-2e9ab37ff0e3", "Appart": "sample string 4", "Building": "sample string 5", "DistChar": "sample string 6", "TimeChar": "sample string 7", "UserUUIDCur": "6d7636bf-94c5-4127-a02d-319127950d16" } ]