SpotOn · Example Payload

Reserve Reservation Request Example

RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

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

Top-level fields

customerInformationnotestimepartySizepartyFlags

Example Payload

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