ReschedulingPolicy

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

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

Example

{  "advance_notice": {    "enabled": true,    "minimum_duration": "PT1H"  },  "allow_rescheduling": true,  "disabled_message": "Rescheduling is disabled for this service."}