Lightspeed · Example Payload

Restaurant K Series Reservation Service Platform Reservation Accepted Dto Example

POSRetailRestaurantEcommerce

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

Top-level fields

platformCodeplatformRestaurantIdplatformReservationIdaccepted

Example Payload

Raw ↑
{
  "platformCode": "MyPlatform",
  "platformRestaurantId": "Restaurant-123",
  "platformReservationId": "Reservation-123",
  "accepted": true
}