BufferPolicy
A policy for shielding time before and/or after appointments from being booked (e.g. prep time before, charting time after). The policy is captured on the appointment at booking time and continues to shield the surrounding time even if the service configuration changes later.
after_durationstringnullable
The buffer duration after the appointment.
Possible values: Value must match regular expression ^PT(?:(\d+)H)?(?:(\d+)M)?$
before_durationstringnullable
The buffer duration before the appointment.
Possible values: Value must match regular expression ^PT(?:(\d+)H)?(?:(\d+)M)?$
enabledbooleanrequired
Whether buffers are enabled for the service.
BufferPolicy
{
"after_duration": "PT1H",
"before_duration": "PT15M",
"enabled": true
}