Update Order Devices

post

/config/sim/v2/devices/updateOrderDevices

Updates an order devices record for the current organization.

Request

Supported Media Types
Header Parameters
Body ()
A request body
Root Schema : schema
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
  • name
    A string that contains translations of name
  • 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 : name
Type: object
A string that contains translations of name
Example:
{
    "1":"Property",
    "2":"Eigentum",
    "3":"Propiedad"
}
Back to Top

Response

Supported Media Types

200 Response

Order Device updated .
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top