Quandoo · Example Payload

Quandoo Public Partner Api Customer Data List Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Quandoo Public Partner Api Customer Data List Example is an example object payload from Quandoo, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultoffsetlimit

Example Payload

Raw ↑
{
  "result": [
    {
      "id": "88086",
      "customerRef": "string",
      "marketingFlags": [
        "string"
      ],
      "title": "string",
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "phoneNumber": "030120765890",
      "mobileNumber": "string",
      "locale": "de_DE",
      "links": [
        "string"
      ],
      "subscriptions": [
        "string"
      ],
      "statistics": {
        "reservationSuccessfulCount": 4,
        "reservationCancelledCount": 4,
        "reservationNoShowCount": 4
      },
      "updatedAt": "2026-07-15T19:30:00"
    }
  ],
  "offset": 1,
  "limit": 1
}