POST api/Crm/GetAddressCity
CrmGetAddressCity
Request Information
URI Parameters
None.
Body Parameters
crm_GetAddressCity| Name | Description | Type | Additional information |
|---|---|---|---|
| AddressPublic | string |
None. |
|
| AddressLocal | string |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| CityTypeUUID | globally unique identifier |
None. |
|
| CityUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "c38733ee-d494-487a-a4f6-8ead0087def8",
"Token": "2aef2325-b720-49dd-94e0-8207801dcd60",
"CityTypeUUID": "c7fcf099-ac63-4e1c-8928-e69c226b8a42",
"CityUUID": "33340281-b2bb-4df7-9fc5-f10a1a36144d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]