Update Order Devices

post

/config/sim/v1/devices/updateOrderDevices

Updates an order devices record for the current organization.

Request

Supported Media Types
Header Parameters
Body ()
A request body
Root Schema : OrderDeviceCUDRequestBody
Type: object
Show Source
  • Object number of the backup order device in the event of a communication failure or other problem.
    Example: 0
  • Specify how condiments will be sorted on the selected order device. The options are:1 - No condiment sorting ??? (Condiments are listed in the order entered by the user) 2 - Sort allowed condiments ??? (Required condiments are not sorted) 3 - Sort all condiments (All condiments are sorted)
    Example: 1
  • instructions (up to 250 characters) for the workstation's script to handle order output based on custom instructions in the script in case of using Custom Print Handling
    Example: Custom Instructions
  • Object number of the relevant order device record.
    Example: 0
  • The remote device to which orders print. For a local device, orders print at the Local Order Receipt printer set for the workstation from which the order is placed. 1 ??? Remote 2 - Local
    Example: 1
  • Unique hierarchy unit value
    Example: 1
  • A string value of 0s & 1s of length 48 representing the enablement or disablement of the options associated with the Printer Order Device. Applicable if primaryDeviceType = 0
    Example: 000000000000000000000000000000000000000000000000
  • kdsSettings
  • Object number of the secondary language for the print output. Applicable only if primaryDeviceType = 0
    Example: English
  • Object number of the third language for the print output. Applicable only if primaryDeviceType = 0
    Example: English
  • Object number of the primary language for the order device. Applicable only if primaryDeviceType = 0
    Example: 1
  • The number of lines to advance before printing the order on order chits. Applicable only if primaryDeviceType = 0
    Example: 0
  • The number of lines to advance after printing the order on order chits. Applicable only if primaryDeviceType = 0
    Example: 0
  • the maximum number of lines (0-99) to print on each page of an order chit. Applicable only if primaryDeviceType = 0
    Example: 0
  • the type of menu items to output to the order device. 1 ??? All Items 2 ??? Only Items with Condiments 3 ??? Only items without condiments
    Example: 1
  • OrderDeviceTranslatedString
    name of the Order Device
  • Object number of the Order Device
    Example: 1
  • Object number of the order device to which orders sent to this device should be redirected. Typically, this field is set to itself.
    Example: 0
  • The remote device to which orders print. For a local device, orders print at the Local Order Receipt printer set for the workstation from which the order is placed. 1 ??? Remote 2 - Local
    Example: 0
  • Object number of the Primary Distribution Group for the KDS. Applicable only if primaryDeviceType = 1
    Example: 1
  • A string value of 0s & 1s of length 48 representing the enablement or disablement of the options associated with the Printer Order Device. Applicable if primaryDeviceType = 0
    Example: 000000000000000000000000000000000000000000000000
  • the sort and consolidation method for the order device 0 ??? Do Not Sort 1 ??? Seat Consolidated 2 ??? Seat No Consolidation 3 ??? Print Group Consolidated 4 ??? Print Group No Consolidation 5 ??? Seat & Print Group Consolidated 6 ??? Seat & Print Group No Consolidation 7 ??? Print Group and Seat Consolidated 8 ??? Print Group and Seat No Consolidation Applicable only if primaryDeviceType = 0
    Example: 0
Nested Schema : kdsSettings
Type: object
Show Source
Nested Schema : OrderDeviceTranslatedString
Type: object
name of the Order Device
Example:
{
    "en-US":"Order Device 1",
    "es-MX":"Dispositivo de pedido"
}
Back to Top

Response

Supported Media Types

200 Response

A collection of Order Devices objects of the organization
Body ()
Root Schema : OrderDevice
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