With the Bookings Attendance API, you can retrieve and manage a booking session's attendance information, including whether the session was attended and how many participants attended.
The number of attendance
objects for a booking depends on the service type:
attendance
object per booking.attendance
object for each session related to the booking.It's important to note the following points before starting to code:
numberOfAttendees
relative to both attendance.status
and the booking's numberOfParticipants
in your code.For a comprehensive glossary of Bookings terms, see Terminology (SDK | REST).