Quandoo · Example Payload

Quandoo Public Partner Api Customer Response Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

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

Top-level fields

idfirstNamelastNamegenderemailphoneNumbermobileNumbercountrylinkssubscriptions

Example Payload

Raw ↑
{
  "id": "88086",
  "firstName": "Jane",
  "lastName": "Smith",
  "gender": "male",
  "email": "jane.smith@example.com",
  "phoneNumber": "030120765890",
  "mobileNumber": "string",
  "country": "DE",
  "links": [
    {
      "href": "https://www.quandoo.com/place/sample-restaurant",
      "method": "string",
      "rel": "DETAILS"
    }
  ],
  "subscriptions": [
    {
      "id": "QUANDOO"
    }
  ]
}