Quandoo · JSON Structure

Quandoo Public Partner Api Reservation Enquiry Message List Structure

ReservationEnquiryMessageList schema from Quandoo Public Partner API

Type: object Properties: 1
RestaurantReservationsBookingAvailabilityMerchantsMarketplace

ReservationEnquiryMessageList is a JSON Structure definition published by Quandoo, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

messages

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-structure/quandoo-public-partner-api-reservation-enquiry-message-list-structure.json",
  "name": "ReservationEnquiryMessageList",
  "description": "ReservationEnquiryMessageList schema from Quandoo Public Partner API",
  "type": "object",
  "properties": {
    "messages": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "senderType": {
            "type": "string",
            "enum": [
              "MERCHANT",
              "CUSTOMER"
            ]
          },
          "message": {
            "type": "string"
          },
          "creationDate": {
            "type": "datetime",
            "description": "The date the review created on. Format: yyyy-MM-ddTHH:mm:ssZ"
          }
        }
      }
    }
  }
}