POST api/Crm/GetUserUUID
CrmGetUserUUID
Request Information
URI Parameters
None.
Body Parameters
crm_GetUserUUID| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryTimeFrom | string |
None. |
|
| Phone | string |
None. |
|
| CountryID | integer |
None. |
|
| AddressPublic | string |
None. |
|
| AddressLocal | string |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntryTimeFrom": "sample string 1",
"Phone": "sample string 2",
"CountryID": 1,
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4",
"SiteUUID": "2642cf4f-2378-4ff4-bc99-36b8bf672522",
"Token": "89fd30b3-a8de-449e-af26-56c2ae9868c5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]