Add Order Type Parameters

post

/config/sim/v1/setup/orderTypeParameters

Add the Order Type Parameter object to a specified hierarchy unit .

Request

Supported Media Types
Header Parameters
Body ()
CUD Request Body
Root Schema : OrderTypeParameterCUDRequestBody
Type: object
Show Source
  • A Boolean flag indicating the order type is active
    Example: false
  • Unique hierarchy unit reference
    Example: 2
  • TranslatedString
    Additional Properties Allowed: additionalProperties
    A string that contains translations into multiple languages
  • Object number of the KDS Highlight Scheme to use for the order type parameter
    Example: 0
  • Unique reference of the Order Type
    Example: 1
  • A string value of 0s & 1s of length 16 representing enabled or disabled options
    Example: 0000000000000000
  • A string value of 0s & 1s of length 32 representing the enablement or disablement of the order device mask associated with the Order Type parameter
    Example: 00000000000000000000000000000000
  • Service Level Agreement Time
    Example: 0
  • A string value of 0s & 1s of length 64 representing the enablement or disablement of the tax mask associated with the Order Type parameter
    Example: 1000000000000000000000000000000000000000000000000000000000000000
  • Guest Pay - Suggested Tip Amount 1. If set to 0, Guest Pay will not display the button. Used when useAmountForTip is true.
    Example: 21.22
  • Guest Pay - Suggested Tip Amount 2. If set to 0, Guest Pay will not display the button. Used when useAmountForTip is true.
    Example: 4.87
  • Guest Pay - Suggested Tip Amount 3. If set to 0, Guest Pay will not display the button. Used when useAmountForTip is true.
    Example: 51.11
  • Guest Pay - Suggested Tip Percentage 1. If set to 0, Guest Pay will not display the button. Used when useAmountForTip is false.
    Example: 10
  • Guest Pay - Suggested Tip Percentage 2. If set to 0, Guest Pay will not display the button. Used when useAmountForTip is false.
    Example: 15
  • Guest Pay - Suggested Tip Percentage 3. If set to 0, Guest Pay will not display the button. Used when useAmountForTip is false.
    Example: 5
Nested Schema : TranslatedString
Type: object
Additional Properties Allowed
Show Source
A string that contains translations into multiple languages
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
Back to Top

Response

Supported Media Types

200 Response

Response object
Body ()
Root Schema : OrderTypeParameterResponse
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