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": "8dddcbb1-1feb-473b-92e3-ff011dbee34c",
"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": "a1331dfb-565d-4ccf-a28b-1bf7a4c1e62e"
}