POST POS/Sales/Orders/{orderId}/Items/{orderItemId}/AllocateTicket Try Now
Allocate Ticket to Order Item
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId |
The order identifier.
|
string |
Required
|
| orderItemId |
The order item identifier.
|
string |
Required
|
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketGroupId | string |
None.
|
|
| HoldLow | boolean |
None.
|
Request Formats
application/json, text/json
Sample:
{
"TicketGroupId": "",
"HoldLow": true
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderItemId |
The invoice item identifier.
|
string |
None.
|
| Event |
The event.
|
string |
None.
|
| Venue |
The venue.
|
string |
None.
|
| EventDate |
The event date.
|
date |
None.
|
| Section |
The section.
|
string |
None.
|
| Row |
The row.
|
string |
None.
|
| LowSeat |
The low seat.
|
integer |
None.
|
| HighSeat |
The high seat.
|
integer |
None.
|
| Seats |
The seats.
|
string |
None.
|
| Quantity |
The quantity.
|
integer |
None.
|
| UnitPrice |
The sell price.
|
Money |
None.
|
| AllocationStatus |
The item status.
|
AllocationStatus |
None.
|
| TicketGroupId |
The ticket group identifier.
|
string |
None.
|
Response Formats
application/json, text/json
Sample:
{
"OrderItemId": "",
"Event": "",
"Venue": "",
"EventDate": "2025-11-01T17:14",
"Section": "",
"Row": "",
"LowSeat": 7,
"HighSeat": 8,
"Seats": "",
"Quantity": 10,
"UnitPrice": {
"Currency": "",
"Amount": 1.0
},
"AllocationStatus": "None",
"TicketGroupId": ""
}