Set Cancellation Windows v0 (legacy)

  • Slot-level cancellation windows can be activated by utilizing the last_online_cancellable_sec field.

  • This field is returned in the CheckAvailability response from the booking server.

  • The last_online_cancellable_sec example field in the CheckAvailability Response is 1552930200.

Slot-level cancellation windows can be enabled by returning the last_online_cancellable_sec field in CheckAvailability responses. For example:

JSON

    /v3/CheckAvailability Response JSON:
{
slot {[...]},
count_available: 1,
last_online_cancellable_sec: 1552930200
}