Booking Holdings · JSON Structure

Demand Api Trader Output Structure

The trader information.

Type: object Properties: 7
AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantsTravel

TraderOutput is a JSON Structure definition published by Booking Holdings, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

address email name registration_number telephone trade_register trader_verified

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/booking-holdings/refs/heads/main/json-structure/demand-api-trader-output-structure.json",
  "name": "TraderOutput",
  "description": "The trader information.",
  "type": "object",
  "nullable": true,
  "properties": {
    "address": {
      "description": "The address of the trader",
      "type": "object",
      "properties": {
        "address_line": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "country": {
          "type": "string"
        },
        "post_code": {
          "type": "string"
        }
      }
    },
    "email": {
      "description": "The email of the trader",
      "type": "string"
    },
    "name": {
      "description": "The name of the trader",
      "type": "string"
    },
    "registration_number": {
      "description": "The registration number of the trader",
      "type": "string"
    },
    "telephone": {
      "description": "The telephone of the trader",
      "type": "string"
    },
    "trade_register": {
      "description": "The trade register name",
      "type": "string"
    },
    "trader_verified": {
      "description": "Indicates whether the trader has successfully met Booking.com's internal verification process, based on established criteria and checklists",
      "type": "boolean"
    }
  }
}