Mews · Schema

Company relation

Relation of the company to the routing rule.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-routingrulecompanyrelation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RoutingRuleCompanyRelation",
  "title": "Company relation",
  "enum": [
    "PartnerCompany",
    "TravelAgency"
  ],
  "type": "string",
  "description": "Relation of the company to the routing rule."
}