Update Screen Look Ups

post

/config/sim/v1/setup/updatescreenlookups

Updates SLU object(s).

Request

Supported Media Types
Header Parameters
Body ()
A CUD request body
Root Schema : SLUUpdateRequestBody
Type: object
Model for an SLU CUD Request
Show Source
  • Hierarchy Unit Id of the root node of the hierarchy
    Example: 1
  • images
    An array of images associated with the SLU
  • TranslatedString
    Additional Properties Allowed: additionalProperties
    A string that contains translations into multiple languages
  • Sequence 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 | Enterprise/Zone/Location | 1-64 | | 2 | Service Charges SLU | Enterprise/Zone/Location | 1-64 | | 3 | Tender Media SLU | Enterprise/Zone/Location | 1-64 | | 6 | Menu Items SLU | Enterprise/Zone/Location/RVC | 1-999999999 | | 7 | Menu Item Master Groups SLU | Enterprise/Zone/Location | 1-32 |
    Example: 1
Nested Schema : images
Type: array
An array of images associated with the SLU
Show Source
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"
}
Nested Schema : SLU_image
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Updated SLU object(s).
Body ()
Root Schema : SLUUpdateResponseBody
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 | Enterprise/Zone/Location | 1-64 | | 2 | Service Charges SLU | Enterprise/Zone/Location | 1-64 | | 3 | Tender Media SLU | Enterprise/Zone/Location | 1-64 | | 6 | Menu Items SLU | Enterprise/Zone/Location/RVC | 1-999999999 | | 7 | Menu Item Master Group SLU | Enterprise/Zone/Location | 1-32 |
    Example: 1

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top