POST api/Crm/GetUserUUID
CrmGetUserUUID
Request Information
URI Parameters
None.
Body Parameters
crm_GetUserUUIDName | 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": "53643b45-6bf2-4217-9e0c-69d1b70253c9", "Token": "19d837ac-6350-4662-82e0-51c7232ec92d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]