BulkImportTicketsRequest
previewboolean
When true, return the tickets that would be created together with validation, conflict and duplicate information.
parent_event_ksuidstring
KSUID of the parent event for which the tickets are being imported. This is required if the event has variations.
tickets object[]required
Array [
customer_emailstringrequired
name_on_ticketstringrequired
ticket_creation_keystring
line_items object[]required
Array [
ksuidstringrequired
entity_typestringrequired
namestringrequired
includesstring[]
]
]
BulkImportTicketsRequest
{
"preview": true,
"parent_event_ksuid": "string",
"tickets": [
{
"customer_email": "string",
"name_on_ticket": "string",
"ticket_creation_key": "string",
"line_items": [
{
"ksuid": "string",
"entity_type": "string",
"name": "string",
"includes": [
"string"
]
}
]
}
]
}