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": "e9bceff2-57ff-46a5-8bb2-c65bda7c4f5b",
"Token": "f96042ad-8009-4838-9014-45a01fce6e56",
"CityTypeUUID": "60207670-a651-4920-95f9-81bf97c9cd9d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]