BookingPolicy

A booking policy defines the rules for booking a service from public booking interfaces.

A booking policy defines the rules for booking a service from public booking interfaces.

Example

{  "advance_notice": {    "enabled": true,    "minimum_duration": "PT1H"  },  "allow_booking": true,  "disabled_message": "Booking is disabled for this service.",  "hold": {    "duration": "PT10M",    "enabled": true  },  "maximize_utilization": {    "enabled": true  }}