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": "2d26cb94-b966-42a7-852c-185fb52aa6fc",
"Token": "1bf9de7f-1392-4304-ba0f-77c258b90efe"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]