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": "ba00bdba-1aa2-4566-8e29-06cc38762352",
"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": "9285a87e-6391-479f-841a-5729bf1fe268"
}