Mews · Schema

Travel agency contract parameters

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
ServiceId string Unique identifier of the `Service` the travel agency contract is created to.
CompanyId string Unique identifier of the `Company` the travel agency contract is issued to.
CommissionIncluded boolean Whether commission of the travel agency is included in the rate.
Commission number Commission of the travel agency. Value must be between 0 and 1.
ChannelManagerBusinessSegmentId string Unique identifier of the `BusinessSegment` used for incoming reservations originating from Channel Managers, for this particular contract.
ChannelManagerAbsoluteAdjustment number Flat fee added to (or subtracted from) the reservation price when coming from Channel Managers.
ChannelManagerRelativeAdjustment number Percentage of the reservation price added to (or subtracted from) price when coming from Channel Managers. Value must be between -1 and 1.
Options object Options of the travel agency contract.
AccountingCode string Accounting code of the travel agency contract.
InvoiceDueInterval string The maximum time, when the invoice has to be be paid in ISO 8601 duration format.
ContactPerson string Contact person of the travel agency.
ContactEmail string Contact email of the travel agency.
AdditionalContactInfo string Additional contact info of the travel agency.
Notes string Additional notes of the travel agency contract.
View JSON Schema on GitHub

JSON Schema

mews-travelagencycontractaddparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TravelAgencyContractAddParameters",
  "title": "Travel agency contract parameters",
  "required": [
    "CompanyId",
    "Options",
    "ServiceId"
  ],
  "type": "object",
  "properties": {
    "ServiceId": {
      "type": "string",
      "description": "Unique identifier of the `Service` the travel agency contract is created to.",
      "format": "uuid"
    },
    "CompanyId": {
      "type": "string",
      "description": "Unique identifier of the `Company` the travel agency contract is issued to.",
      "format": "uuid"
    },
    "CommissionIncluded": {
      "type": "boolean",
      "description": "Whether commission of the travel agency is included in the rate.",
      "nullable": true
    },
    "Commission": {
      "type": "number",
      "description": "Commission of the travel agency. Value must be between 0 and 1.",
      "format": "double",
      "nullable": true
    },
    "ChannelManagerBusinessSegmentId": {
      "type": "string",
      "description": "Unique identifier of the `BusinessSegment` used for incoming reservations originating from Channel Managers, for this particular contract.",
      "format": "uuid",
      "nullable": true
    },
    "ChannelManagerAbsoluteAdjustment": {
      "type": "number",
      "description": "Flat fee added to (or subtracted from) the reservation price when coming from Channel Managers.",
      "format": "double",
      "nullable": true
    },
    "ChannelManagerRelativeAdjustment": {
      "type": "number",
      "description": "Percentage of the reservation price added to (or subtracted from) price when coming from Channel Managers. Value must be between -1 and 1.",
      "format": "double",
      "nullable": true
    },
    "Options": {
      "title": "Travel agency contract options",
      "allOf": [
        {
          "$ref": "#/components/schemas/TravelAgencyContractOptions"
        }
      ],
      "description": "Options of the travel agency contract."
    },
    "AccountingCode": {
      "type": "string",
      "description": "Accounting code of the travel agency contract.",
      "nullable": true
    },
    "InvoiceDueInterval": {
      "type": "string",
      "description": "The maximum time, when the invoice has to be be paid in ISO 8601 duration format.",
      "nullable": true
    },
    "ContactPerson": {
      "type": "string",
      "description": "Contact person of the travel agency.",
      "nullable": true
    },
    "ContactEmail": {
      "type": "string",
      "description": "Contact email of the travel agency.",
      "format": "email",
      "nullable": true
    },
    "AdditionalContactInfo": {
      "type": "string",
      "description": "Additional contact info of the travel agency.",
      "nullable": true
    },
    "Notes": {
      "type": "string",
      "description": "Additional notes of the travel agency contract.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "TravelAgencyContractAddParameters"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mews-travelagencycontractaddparameters"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.