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": "e4054ad0-1493-4ff3-97be-d06353d1098b", "Token": "c0316abc-0369-4760-bb92-f5610f66a069" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]