Hi guys,
I'm trying to add tickets to new events created with the API, but can't seem to get it to work.
And it's unclear from the documentation whether this is even possible – the only reference I found is in the /publish section it mentions you will get an error if you try publishing an event that has no ticket types.
The format used in the example is "
event.tickets.N.name" - so I've been trying to post the following:
"event.tickets[0].name": "test"
but get the following error:
"There are errors with your arguments: event.tickets[0].name - Unknown parameter".
I've tried a few other variants as well, but nothing seems to work. I've also tried creating the tickets through the UI, but when I fetch the event, no ticket information is included in the response (which again makes me wonder whether tickets information is accessible via the API).
Has anyone else tried doing this before? Any help would be super appreicated :)