CancelBookingRequest
Name | Type | Tags | Description |
---|---|---|---|
idempotencyKey |
string | undefined |
Optional | A unique key to make this request an idempotent operation. Constraints: Maximum Length: 255 |
bookingVersion |
number | undefined |
Optional | The revision number for the booking used for optimistic concurrency. |
{
"idempotency_key": null,
"booking_version": null
}