POST api/Account/updatePOSLoginStatus
Request Information
URI Parameters
None.
Body Parameters
UpdatePOSLoginStatusRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| CounterIDF | globally unique identifier |
None. |
|
| UserIDF | globally unique identifier |
None. |
|
| IsLoggedIn | boolean |
None. |
|
| DeviceInfo | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"CounterIDF": "33c9f105-cf46-47ae-bdf6-7e1fe95bf42b",
"UserIDF": "f0298329-8513-4c75-8760-65f9bdf4462b",
"IsLoggedIn": true,
"DeviceInfo": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |