SpotOn · Example Payload

Reserve Reservation Example

RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

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

Top-level fields

reservationIdrestaurantIdcustomerInformationtimepartySizestatusnotes

Example Payload

Raw ↑
{
  "reservationId": "abc123",
  "restaurantId": 152,
  "customerInformation": {
    "customerId": "abc123",
    "firstName": "Mark",
    "lastName": "Nalepka",
    "phoneNumber": "1112223333",
    "email": "jsmith@example.com",
    "imageUrl": "https://example.com/path/abc123",
    "memberNumber": "3",
    "memberTier": "Gold"
  },
  "time": "2025-03-15T14:30:00Z",
  "partySize": 4,
  "status": "confirmed",
  "notes": "Operator note"
}