Skip to main content
POST
Create pending attendee

Body

application/json

Attendee information collected during form entry

notes
object
required

An object containing attendee form entries.

companyId
string<uuid>
required
email
string<email>

Attendee email address. Required for all standard bookings. Optional only when BookingDto.phoneOnlyBooking is true. Validated as email format when provided.

firstname
string

Either fullname or firstname/lastname is required

lastname
string

Either fullname or firstname/lastname is required

fullname
string

Either fullname or firstname/lastname is required

bringalongEmails
string<email>[]

Additional attendee emails (max 5)

Maximum array length: 5
phone
string
language
enum<string>
Available options:
en,
de,
fr,
es,
no,
nl,
it,
pl,
sv,
tr,
da
timezone
string
dataPolicyAccepted
boolean

Response

201 - application/json

Pending attendee created successfully

The response is of type number.