Skip to main content
POST
Import reserved entry participants
This endpoint is restricted and not generally available: organizations that have not been enabled receive a 403. Contact your Let’s Do This representative if you’d like access.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

An asynchronous request to assign already-imported entries to reserved entry groups: the whole batch validates or none of it is queued.

assignments
ReservedEntryParticipantImportRow · object[]
required

The assignments to make. A row naming a bookingId expands to one assignment per participant on that booking, so a batch may produce more assignments than it has rows.

Required array length: 1 - 1000 elements
expandCapacity
boolean

Whether to raise a group's maxCapacity to fit the batch rather than rejecting it. Off by default. When several groups are short, each is raised by its own shortfall. A group's capacity is the number of places in it, so raising it creates the additional places.

Every raise is reported in capacityChanges on the job status, so the resulting block sizes can be audited from the API.

Response

Default Response

The accepted import job. Poll the job endpoint for progress and results.

jobId
string
required

The id of the queued import job.

status
enum<string>
required
Available options:
queued