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": "6b0e2940-f0fb-4b73-9142-f06bd50fb44c",
"UserIDF": "a9b1fcc8-555a-4816-a2a9-414e650991a2",
"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. |