Restaurant K Series Reservation Service Platform Course Settings Dto Structure
reservation-servicePlatformCourseSettingsDto schema from Lightspeed Restaurant K Series API
Type: objectProperties: 2
Point-of-SaleRetailRestaurantE-Commerce
reservation-servicePlatformCourseSettingsDto is a JSON Structure definition published by Lightspeed, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-reservation-service-platform-course-settings-dto-structure.json",
"name": "reservation-servicePlatformCourseSettingsDto",
"description": "reservation-servicePlatformCourseSettingsDto schema from Lightspeed Restaurant K Series API",
"type": "object",
"properties": {
"allowCourseNumberUpdates": {
"type": "boolean",
"example": true,
"default": false,
"description": "If true, table statuses can be customized using a number format."
},
"inServiceTableStatuses": {
"items": {
"properties": {
"statusLabel": {
"type": "string",
"example": "Appetizer",
"description": "The unique text which will be displayed in the back-office for users."
},
"statusValue": {
"type": "string",
"example": "appetizer",
"description": "The unique code which will be used for outbound communication within table status mapping."
},
"sequence": {
"type": "int32",
"example": 1,
"description": "This number is used to resolve collisions between statuses in order of highest priority."
}
},
"type": "object",
"required": [
"statusLabel",
"statusValue",
"sequence"
]
},
"type": "array",
"description": "List of customizable table statuses that will be used to notify platforms about reservation progress with outbound API."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.