{
"containers": [{
"ticket": {
"tickets": [{
"external_ticket_id": "IDofTicketInYourSystem(MustNotChange)",
"barcode": "123456789",
"price": 35.9,
"currency": "EUR"
}],
"event": {
"external_event_id": "IDofEventInYourSystem",
"name": "Name of the event",
"start_date": "2022-10-23T11:15:00+02:00",
"organizer_ref": "ReferencesExternalOrganizerID",
"location_ref": "ReferencesExternalLocationID"
},
"organizer": {
"external_event_organizer_id": "IDofEventOrganizerInYourSystem(ReferencedByEvent)",
"name": "Name of the event organizer",
"country_code": "AT"
},
"location": {
"external_location_id": "IDofEventLocationInYourSystem(ReferencedByEvent)",
"name": "Name of event location",
"country_code": "AT"
},
"event_ticket_data": [{
"external_event_id": "ReferencesExternalEventID",
"external_ticket_id": "ReferencesExternalTicketID"
}]
},
"type": "Ticket",
"process_info": {
"payment_state": "paid",
"send_type": "immediately",
"to_user": {
"email": "[email protected]"
}
},
"external_reference_id": "IDofOrderInYourSystem"
}]
}