POST services/api/rest/v1/Get_KitchenDisplayLogin
Request Information
URI Parameters
None.
Body Parameters
KitchenDisplayLogin_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| CashierId | integer |
None. |
|
| PrinterId | integer |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"CashierId": 2,
"PrinterId": 3,
"Password": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestKitchenDisplayLogin_View| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| Password | string |
None. |
|
| DayOpenIdList | Collection of DayOpenId |
None. |
|
| LocationId | integer |
None. |
|
| PrinterId | integer |
None. |
|
| PrinterName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Password": "sample string 2",
"DayOpenIdList": [
{
"DayOpenId": 1
},
{
"DayOpenId": 1
}
],
"LocationId": 3,
"PrinterId": 4,
"PrinterName": "sample string 5"
}