Skip to main content

Create hold

POST/inventory/holds
Create 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.

Try It

Request Body
Inventory ID to hold
Account ID
Quantity for GA hold (mutually exclusive with seatIds)
Seat IDs for allocated hold (mutually exclusive with quantity)
Reason for the hold (required)
User ID who created the hold
Optional expiration timestamp (ISO 8601)