Quandoo · Example Payload

Quandoo Public Partner Api Merchant Customer Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

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

Top-level fields

idfirstNamelastNameemailAddressphoneNumberlocalecountrysubscriptions

Example Payload

Raw ↑
{
  "id": "88086",
  "firstName": "Jane",
  "lastName": "Smith",
  "emailAddress": "jane.smith@example.com",
  "phoneNumber": "030120765890",
  "locale": "de_DE",
  "country": "DE",
  "subscriptions": [
    {
      "id": "QUANDOO"
    }
  ]
}