Mews · Schema

Service order origin

Distributor (From the Mews Booking Engine or Booking Engine API.) ChannelManager (From a channel manager.) Commander (From Mews Operations.) Import (From an import process.) Connector (From the Mews Connector API.) Navigator (From Mews Guest Services.)

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-serviceorderoriginenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceOrderOriginEnum",
  "title": "Service order origin",
  "enum": [
    "Distributor",
    "ChannelManager",
    "Commander",
    "Import",
    "Connector",
    "Navigator"
  ],
  "type": "string",
  "description": "\n\nDistributor (From the Mews Booking Engine or Booking Engine API.)\n\nChannelManager (From a channel manager.)\n\nCommander (From Mews Operations.)\n\nImport (From an import process.)\n\nConnector (From the Mews Connector API.)\n\nNavigator (From Mews Guest Services.)",
  "x-enumNames": [
    "Distributor",
    "ChannelManager",
    "Commander",
    "Import",
    "Connector",
    "Navigator"
  ],
  "x-enumDescriptions": [
    "From the Mews Booking Engine or Booking Engine API.",
    "From a channel manager.",
    "From Mews Operations.",
    "From an import process.",
    "From the Mews Connector API.",
    "From Mews Guest Services."
  ]
}