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": "ded7df62-3cb2-4dba-844d-d21782342001",
"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": "fea45f11-329a-4a74-a5ea-4002c04cd3a4"
}