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": "75f87c6d-13a0-4491-bb3b-670b877d0e2a",
"Token": "e303b5e9-b191-4f7b-a3ef-6dffd12b63e8",
"CityTypeUUID": "ffcaef93-7c57-40cb-96b6-864a87a5fc71",
"CityUUID": "a5d856ea-b930-4791-8f30-61161ffc9f94"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]