POST api/Crm/GetAddressCityType
CrmGetAddressCityType
Request Information
URI Parameters
None.
Body Parameters
crm_GetAddressCityType| 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. |
Request Formats
application/json, text/json
Sample:
{
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "5277cc04-c2c4-4f23-933c-140106fc18a8",
"Token": "a9dbb006-0714-4330-b60d-231ee6da0afd",
"CityTypeUUID": "f5d32462-023e-4a5b-aa33-a76a7d7ad4cf"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]