POST api/Crm/GetAddressType
CrmGetAddressType
Request Information
URI Parameters
None.
Body Parameters
crm_GetAddressType| Name | Description | Type | Additional information |
|---|---|---|---|
| AddressPublic | string |
None. |
|
| AddressLocal | string |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| CountryID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AddressPublic": "sample string 1",
"AddressLocal": "sample string 2",
"SiteUUID": "772030d1-42c1-4076-a424-3735b2363849",
"Token": "622304b2-f0ad-4b80-a2d0-cb21f93a46d3",
"CountryID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]