Attendee Pending V4
Create pending attendee
Creates a pending attendee record during form submission. This is temporary data that gets deleted when booking is completed.
POST
Create pending attendee
Body
application/json
Attendee information collected during form entry
An object containing attendee form entries.
Attendee email address. Required for all standard bookings.
Optional only when BookingDto.phoneOnlyBooking is true.
Validated as email format when provided.
Either fullname or firstname/lastname is required
Either fullname or firstname/lastname is required
Either fullname or firstname/lastname is required
Additional attendee emails (max 5)
Maximum array length:
5Available options:
en, de, fr, es, no, nl, it, pl, sv, tr, da Response
201 - application/json
Pending attendee created successfully
The response is of type number.
Create pending attendee