Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 507 Bytes

cancel-booking-request.md

File metadata and controls

23 lines (15 loc) · 507 Bytes

Cancel Booking Request

Structure

Cancel Booking Request

Fields

Name Type Tags Description
idempotency_key string Optional A unique key to make this request an idempotent operation.
Constraints: Maximum Length: 255
booking_version int Optional The revision number for the booking used for optimistic concurrency.

Example (as JSON)

{
  "idempotency_key": "idempotency_key6",
  "booking_version": 0
}