It will be possible to apply for more than the number of attendees limited.
When operating online, if there are more applications than the attendance limit, the number of attendees will be limited.
Normally, the response would be 404 error code 2007, but it is not.
Hi @sone
Thanks for reaching out to us!
Could you please share with me the endpoints you are calling as well as the requests bodies you are sending and response bodies so I can take a closer look at this issue.
post /zoom_events/events/{eventId}/tickets
Create tickets
We look forward to using the above.
If you use this API, tickets will be issued after pre-registration.
Because pre_registration is not exactly registered for the event
It means that it operates beyond the ticket limit.
Is that your understanding?
Hi @sone
I do not think I understand what the issue is.
If you could share with me some request bodies that you are sending and also what are you trying to do
First of all, when you check the error code of this Create Ticket API, you will find the following.
HTTP Status Code: 404
Error Code: 2007
Not enough stock or invalid ticket_type_id.
Looking at this description, it seems like the correct behavior is to output this error code when the limit is reached, but
Is there a discrepancy in understanding?
Is this API working without any problems in your company?