POST api/AppDefaultOnEntry/AppGetOpenContact
AppGetOpenContact
Request Information
URI Parameters
None.
Body Parameters
AppGetOpenContact_requestName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "8fd37d96-7d79-4e28-bde7-baa4d0634fa7", "DeviceID": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppGetOpenContact_responseName | Description | Type | Additional information |
---|---|---|---|
ContactTimeStamp | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "ContactTimeStamp": "sample string 1", "UserUUIDCur": "e7084163-c840-4cfd-8bdc-2c1c148b566c" }