Update Kitchen Display Clients

post

/config/sim/v1/devices/updateKitchenDisplays

Updates the KDS Displays. If KDS Displays is not found, it creates a new KDS Displays.

Request

Supported Media Types
Header Parameters
Body ()
KDS Displays object of the organization.
Root Schema : KDSDisplays
Type: object
Model for KDS Displays Object.
Show Source
Nested Schema : bumpBarName
Type: object
A group of string objects representing the name of the Bump Bar to use for the display in configured languages.
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : hierUnitName
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the hierarchy unit configured languages.
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : name
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the KDS Display in configured languages.
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : optionsExt
Type: object
An object containing the descriptive options list associated with the KDS Display.
Show Source
Nested Schema : panelConfiguration
Type: array
An array of configurations for the different panel definitions of the Display. Applicable only if displayType = 2 or 3
Show Source
Nested Schema : prodItems
Type: array
An array of production items.
Show Source
Nested Schema : recallReviewList
Type: array
An array of column configurations to display on the KDS Recall/ Review List. Configuration is allowed for up to 6 columns. Use the Column Type to select the detail types from the following preset 9 choices. 0 ??? None. 1- Check . 2 ??? Table. 3 ??? Revenue Center. 4 ??? Done Time. 5 ??? Done Time Elapsed. 6 ??? Order Time Elapsed. 7 ??? Server. 8 ??? Order Type. 9 - Items. Use the Width fields to determine how each column appears.
Show Source
Nested Schema : toolbarName
Type: object
A group of string objects representing the name of the toolbar to use for the display in configured languages.
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

KDS Displays object to a specified hierarchy unit of the specified organization.
Body ()
Root Schema : KDS
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top