ReschedulingPolicy
A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
advance_notice objectrequired
A policy for requiring minimum advance notice.
enabledbooleanrequired
Whether advance notice is enabled.
minimum_durationstringnullablerequired
The minimum duration of advance notice.
Possible values: Value must match regular expression ^PT(?:(\d+)H)?(?:(\d+)M)?$
allow_reschedulingbooleanrequired
Whether public rescheduling is allowed for the service.
disabled_messagestringnullablerequired
The message to display when public rescheduling is disabled.
ReschedulingPolicy
{
"advance_notice": {
"enabled": true,
"minimum_duration": "PT1H"
},
"allow_rescheduling": true,
"disabled_message": "Rescheduling is disabled for this service."
}