POST

Set Attendance


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Deprecation Notice:

This endpoint will be removed on December 31, 2024.

Sets the number of people who actually attended the session for the given booking.

The number of attendees can be greater than 1 when the booking is made for a group of people. Set the attendanceStatus boolean to true if at least 1 person attended the session.

Notes

  • There is no validation on the number of attendees or on the relationship between numberOfAttendees and attendanceStatus.
  • The businessLocation.businessSchedule object in the bookedEntity.location object is not supported.

Permissions This endpoint requires the Manage Bookings permission scope.

Endpoint
POST
https://www.wixapis.com/bookings/v1/bookings/{bookingId}/setAttendance

Event TriggersThis method triggers the following events:
Did this help?