Lightspeed · Example Payload

Restaurant K Series Reservation Service Platform Course Settings Dto Example

POSRetailRestaurantEcommerce

Restaurant K Series Reservation Service Platform Course Settings Dto Example is an example object payload from Lightspeed, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

allowCourseNumberUpdatesinServiceTableStatuses

Example Payload

Raw ↑
{
  "allowCourseNumberUpdates": true,
  "inServiceTableStatuses": [
    {
      "statusLabel": "Appetizer",
      "statusValue": "appetizer",
      "sequence": 1
    }
  ]
}