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": "0f71c7ee-71dd-4e83-bc9a-ecaa31ec974d",
"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": "7dc17b2e-d6bf-4f9c-82b1-a32051b138b1"
}