Add Screen Look Ups

post

/config/sim/v1/setup/screenlookups

Add SLU object

Request

Supported Media Types
Header Parameters
Body ()
A CUD request body
Root Schema : SLUInsertRequestBody
Type: object
Model for an SLU CUD Request
Show Source
Nested Schema : images
Type: array
An array of images associated with the SLU
Show Source
Nested Schema : name
Type: object
Name
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
Nested Schema : SLU_image
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Screen Look Up Added.
Body ()
Root Schema : SLUDeleteRequestBody
Type: object
Show Source
  • Unique hierarchy unit value
    Example: 1
  • Object number of the SLU
    Example: 1
  • Slu Type Number assigned to the SLU

    Slu Type SLU Name Allowed Hierarchy Level Allowed objectNum
    1 Discount SLU Zone/Location 1-64
    2 Service Charges SLU Zone/Location 1-64
    3 Tender Media SLU Zone/Location 1-64
    6 Menu Items SLU Enterprise/Zone/Location/RVC 1-999999999
    7 Menu Item Master Groups SLU Zone/Location 1-32
    Example: 1
Back to Top