Set Cancellation Windows v0 (legacy)

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

  • The last_online_cancellable_sec field should be included within the slot information in the JSON response.

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
}