Create hold
POST
/inventory/holdsCreate a hold on inventory (for VIPs, promoters, etc.)
Request Body
inventoryId*stringInventory ID to hold
accountId*stringAccount ID
quantityintegerQuantity for GA hold (mutually exclusive with seatIds)
seatIdsstring[]Seat IDs for allocated hold (mutually exclusive with quantity)
reason*stringReason for the hold (required)
heldBy*stringUser ID who created the hold
expiresAtstring (date-time)Optional expiration timestamp (ISO 8601)
Response
Hold created successfully
Code Samples
No code examples available for this operation.