Quandoo · Example Payload

Quandoo Public Partner Api Merchant Address Dto Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

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

Top-level fields

streetnumberzipcodecitycountrydistrict

Example Payload

Raw ↑
{
  "street": "string",
  "number": "string",
  "zipcode": "string",
  "city": "string",
  "country": "DE",
  "district": "string"
}