POST api/Account/updateKDSLoginStatus
Request Information
URI Parameters
None.
Body Parameters
UpdateKDSLoginStatusRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| UserIDF | globally unique identifier |
None. |
|
| KDSStationID | globally unique identifier |
None. |
|
| IsLoggedIn | boolean |
None. |
|
| DeviceInfo | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserIDF": "3735ef59-fd41-4d69-a4d8-22ea3a6669a3",
"KDSStationID": "1108148c-1de8-4935-95d2-f72c870330b5",
"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. |