POST POS/Sales/Holds Try Now
Put on Hold
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| ExternalOrderNumber |
the external order number.
|
string |
None.
|
| CustomerId |
the customer identifier.
|
string |
None.
|
| Duration |
the duration.
|
integer |
None.
|
| Note |
the note.
|
string |
None.
|
| ExpectedHoldDate |
the expected hold date.
|
date |
None.
|
| HoldItems |
the hold items.
|
Collection of HoldItemDetails |
None.
|
Request Formats
application/json, text/json
Sample:
{
"ExternalOrderNumber": "",
"CustomerId": "",
"Duration": 3,
"Note": "",
"ExpectedHoldDate": "2025-10-29T14:25",
"HoldItems": [
{
"Quantity": 1,
"LowSeat": 2,
"HighSeat": 3,
"Seats": [
1
],
"TicketGroupId": "",
"TicketNumber": 5,
"SellPrice": 6.0,
"EventName": "",
"EventId": "",
"Venue": "",
"VenueId": "",
"EventDate": "2025-10-29T14:25",
"Section": "",
"Row": ""
}
]
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| HoldRequestId |
the hold request identifier.
|
string |
None.
|
| CustomerId |
the customer identifier.
|
string |
None.
|
| ClientCompany |
Client Company
|
string |
None.
|
| ClientEmail |
Client Email
|
string |
None.
|
| ExternalOrderNumber |
the external order number.
|
string |
None.
|
| ZoneCode |
the source.
|
Zone |
None.
|
| Notes |
the notes.
|
string |
None.
|
| HoldItems |
the hold items.
|
Collection of TicketHoldItem |
None.
|
| ExpirationDate |
the expiration date.
|
date |
None.
|
Response Formats
application/json, text/json
Sample:
Sample not available.