Mews · Schema

Pickup distribution

AllInOneGroup (All created reservations in the block are added to the same reservation group.) IndividualGroups (Reservations can be picked up in multiple groups, with up to 750 reservations per group.)

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-pickupdistributionenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PickupDistributionEnum",
  "title": "Pickup distribution",
  "enum": [
    "AllInOneGroup",
    "IndividualGroups"
  ],
  "type": "string",
  "description": "\n\nAllInOneGroup (All created reservations in the block are added to the same reservation group.)\n\nIndividualGroups (Reservations can be picked up in multiple groups, with up to 750 reservations per group.)",
  "x-enumNames": [
    "AllInOneGroup",
    "IndividualGroups"
  ],
  "x-enumDescriptions": [
    "All created reservations in the block are added to the same reservation group.",
    "Reservations can be picked up in multiple groups, with up to 750 reservations per group."
  ]
}