POST POS/v3.1/PurchaseOrders/{id}/Items/{purchaseOrderItemId}/SplitToMultipleEvents Try Now
Splits to multiple events.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier.
|
string |
Required
|
| purchaseOrderItemId |
The purchase order item identifier.
|
string |
Required
|
Body Parameters
The event ids.
Collection of string
Request Formats
application/json, text/json
Sample:
[ "" ]
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrderId |
The purchase order identifier.
|
string |
None.
|
| PurchaseOrderNumber |
The purchase order number.
|
long |
None.
|
| Tickets |
The tickets.
|
Collection of TicketDetails |
None.
|
| Status | BulkActionStatus |
None.
|
|
| Errors | Collection of TicketDetails |
None.
|
Response Formats
application/json, text/json
Sample:
{
"PurchaseOrderId": "",
"PurchaseOrderNumber": 2,
"Tickets": [
{
"TicketGroupId": "",
"TicketNumber": 2,
"ReferenceNumber": "",
"EventDetails": {
"EventName": "",
"OriginalEventName": "",
"VenueName": "",
"OriginalVenueName": "",
"EventDate": "2025-10-30T14:57",
"OriginalEventDate": "2025-10-30T14:57",
"EventId": "",
"VenueId": ""
},
"Seats": [
{
"SeatId": "",
"Seat": 2,
"Barcode": "",
"ReferenceNumber": 4,
"FacePrice": {
"Currency": "",
"Amount": 1.0
},
"UniqueTicketNumber": ""
}
],
"Seating": "Any",
"PurchaseOrderItemId": "",
"HighSeat": 5,
"LowSeat": 6,
"Section": "",
"Row": "",
"Stock": "Any",
"TicketStatus": "Any",
"SHDeliveryMethod": "None",
"PredeliverToSH": true,
"DeliveryOption": "Any",
"HideSeats": true
}
],
"Status": "Success",
"Errors": [
{
"ErrorMessage": "",
"Item": {
"SHEventId": 1,
"EventId": "",
"VenueId": "",
"Event": "",
"EventDate": "2025-10-30T14:57",
"Venue": "",
"Section": "",
"Row": "",
"Quantity": 9,
"MaskedQuantity": 10,
"DoNotWaste": true,
"Seating": "Any",
"Stock": "Any",
"SHDeliveryMethod": "None",
"PredeliverToSH": true,
"TicketSeats": [
{
"Seat": 1,
"Barcode": "",
"ReferenceNumber": 3,
"UniqueTicketNumber": "",
"FacePrice": {
"Currency": "",
"Amount": 1.0
},
"InventoryType": ""
}
],
"TicketTraits": [
{
"StubHubTraitId": 1,
"Description": "",
"Seat": 3
}
],
"RestrictionOption": "None",
"PublicNotes": "",
"InternalNotes": "",
"BrokerNotes": "",
"ControlNotes": "",
"SplitOptions": {
"SplitOption": "None",
"Splits": 1,
"OverrideSplitOption": true
},
"ConnectedStatus": "Any",
"InHandDetails": {
"InHandStatus": "Any",
"InHandDays": 1,
"InHandDate": "2025-10-30T14:57"
},
"DeliveryOption": "Any",
"ReferenceNumber": "",
"FacePrice": {
"Currency": "",
"Amount": 1.0
},
"PurchasePrice": {
"Currency": "",
"Amount": 1.0
},
"TaxedCost": {
"Currency": "",
"Amount": 1.0
},
"SellPrice": {
"Currency": "",
"Amount": 1.0
},
"Discount": 17.0,
"Overs": 18.0,
"Tax": 19.0,
"Tags": [
""
],
"MinimumPayout": 20.0,
"HideSeats": true,
"ZonePricing": "",
"IsFacePriceSameforSeats": true,
"Location": ""
}
}
]
}