The participation
object represents the relationship between a participant and
an event
or schedule.
It includes details about the participant, whether the participation status is confirmed or
pending, which app owns the relevant event or schedule, and allows for custom data extensions.
Participation ID.
External ID.
Information about the participant.
Party size of the group or 1
for individuals.
Min: 1
Max: 1000
Status of the party's participation in the event. Depending on your implementation, confirmation may be handled by the business owner or the customer.
Supported values:
CONFIRMED
: The party's participation is confirmed. For example, the business owner has confirmed a booking.PENDING_CONFIRMATION
: The party's participation is awaiting confirmation. For example, the business owner still needs to approve the booking.Default: CONFIRMED
Revision number, which increments by 1 each time the participation is updated. To prevent conflicting changes, the current revision must be passed when updating the participation. Ignored when creating a participation.
Date the participation was created in YYYY-MM-DDThh:mm:ss.sssZ
format.
Date the participation was updated in YYYY-MM-DDThh:mm:ss.sssZ
format.
Extensions enabling applications or users to save custom data related to the participation.