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 CUD Request Body
Root Schema : KDSDisplaysCUDRequestBody
Type: object
Model for KDS Displays CUD Request.
Show Source
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",
    "de-DE":"Unternehmen",
    "es-MX":"Empresa"
}
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 : items
Type: object
Show Source
  • The relative capacity of the order devices linked to this panel. This field should only be used with KDS Controllers | General | Options | 13 ??? Enable Capacity Scheduling.
    Example: 1
  • The number of chit columns to display in the panel.
    Example: 1
  • The number of chit rows to display in the panel.
    Example: 1
  • The number of panels to show on the KDS Display.
    Example: 1
  • The ratio for the panel to occupy on the KDS Display.
    Example: 1
Nested Schema : items
Type: object
Show Source
  • An integer value representing the persistence type of the item on the display. 1 ??? Static. Shows counts on KDS displays even when the quantity is zero. 2 ??? Dynamic. Shows counts on KDS displays only for a non-zero quantity.
    Example: 1
  • Sequence number of the production item.
    Example: 1
  • Object number of the production item.
    Example: 1
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