Skip to main content

BookingIntentBookingPolicy

Policy overrides applied to this booking intent.

hold objectrequired

A policy for temporarily reserving a slot during the multi-step booking flow.

durationstringnullablerequired

The duration of the hold.

Possible values: Value must match regular expression ^PT(?:(\d+)H)?(?:(\d+)M)?$

enabledbooleanrequired

Whether slot holds are enabled for the service.

BookingIntentBookingPolicy
{
"hold": {
"duration": "PT10M",
"enabled": true
}
}