Quandoo · Example Payload

Quandoo Public Partner Api Customer Dto Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Quandoo Public Partner Api Customer Dto 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

firstNamelastNameprofileImage

Example Payload

Raw ↑
{
  "firstName": "Jane",
  "lastName": "Smith",
  "profileImage": {
    "url": "https://www.quandoo.com/place/sample-restaurant"
  }
}