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": "8c51c68a-3a36-4759-9baa-ecd39595efdc",
"Token": "1b2b056a-3895-489d-a418-08e571f7634c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]