SpotOn · Example Payload

Reserve Availability Response Example

RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

Reserve Availability Response Example is an example object payload from SpotOn, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

restaurantIddatepartySizeslots

Example Payload

Raw ↑
{
  "restaurantId": 152,
  "date": "2025-03-15",
  "partySize": 4,
  "slots": [
    {
      "time": "2025-03-15T14:30:00Z",
      "available": false
    }
  ]
}