POST api/AppDefaultOnEntry/AppGetOpenContact
AppGetOpenContact
Request Information
URI Parameters
None.
Body Parameters
AppGetOpenContact_request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "adee1b62-a3a0-40ea-966e-06ab140557fc",
"DeviceID": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppGetOpenContact_response| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactTimeStamp | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ContactTimeStamp": "sample string 1",
"UserUUIDCur": "2f63ab7e-4f71-4ace-94eb-703cda70c7c1"
}