Reserve inventory
POST
/inventory/reserveCreate a temporary reservation for GA or allocated seats
Request Body
inventoryId*stringInventory ID to reserve from
accountId*stringAccount ID
referenceType*"order" | "hold" | "subscription"Type of reference (order, hold, or subscription)
referenceId*stringReference ID (order, subscription, etc.)
quantityintegerQuantity for GA reservation (mutually exclusive with seatIds)
seatIdsstring[]Seat IDs for allocated reservation (mutually exclusive with quantity)
ttlSecondsintegerTime to live in seconds (default 900 = 15 minutes)
Response
Inventory reserved successfully
Code Samples
No code examples available for this operation.