# Event Types This page details all events currently available via the {% brandName /%} Open API (this list will keep on growing). {% table %} * Event type * Description * Details --- * ADDITIONAL\_INFORMATION\_FIELDS\_UPDATED * Occurs whenever an additional information field was updated * `entityId` is the `studioId` --- * AGGREGATOR\_MEMBER\_CREATED * Occurs whenever an aggregator member was created * `entityId` is the `customerId`, `content.aggregatorId` is the aggregator member id --- * APPOINTMENT\_BOOKING\_CANCELLED * Occurs whenever an appointment booking was cancelled * `entityId` is the `bookingId` --- * APPOINTMENT\_BOOKING\_CREATED * Occurs whenever an appointment booking was created * `entityId` is the `bookingId` --- * APPOINTMENT\_BOOKING\_UPDATED * Occurs whenever an appointment booking time or resource was updated * `entityId` is the `bookingId` --- * AUTOMATIC\_CUSTOMER\_CHECKOUT * Occurs whenever one or multiple customers were automatically checked out from a facility * `entityId` is the `studioId`, content is a list of `customerId` and `checkoutTime` pairs, e.g. `[{"customerId": 123, "checkoutTime": "2023-10-01T12:00:00Z"}]` --- * CONTRACT\_UPDATED * Occurs whenever a contract was changed * `entityId` is the `customerId`, `content.contractId` is the id of updated contract --- * CONTRACT\_CREATED * Occurs whenever a main contract was created * `entityId` is the `customerId`, `content.contractId` is the id of created contract --- * CONTRACT\_CANCELLED * Occurs whenever a contract was cancelled * `entityId` is the `customerId`, `content.contractId` is the id of cancelled contract --- * CUSTOMER\_CHECKIN * Occurs whenever a customer has physically checked in at a facility * `entityId` is the `customerId` --- * CUSTOMER\_CHECKOUT * Occurs whenever a customer has physically checked out from a facility * `entityId` is the `customerId` --- * CUSTOMER\_CREATED * Occurs whenever a customer has been created at a facility * `entityId` is the `customerId` --- * CUSTOMER\_DELETED * Occurs whenever a customer has been deleted * `entityId` is the `customerId` --- * CUSTOMER\_UPDATED * Occurs whenever a customer's data has been changed * `entityId` is the `customerId` --- * CUSTOMER\_COMMUNICATION\_PREFERENCES\_UPDATED * Occurs whenever a customer's communication preferences are updated * `entityId` is the `customerId` --- * CUSTOMER\_ACCESS\_DISABLED * Occurs whenever a customer's access was disabled. It is not possible to request customer data after this event. * `entityId` is the `customerId` --- * CLASS\_BOOKING\_CANCELLED * Occurs whenever a class booking was cancelled * `entityId` is the `bookingId` --- * CLASS\_BOOKING\_CREATED * Occurs whenever a class booking was created * `entityId` is the `bookingId` --- * CLASS\_BOOKING\_UPDATED * Occurs whenever a class booking was updated * `entityId` is the `bookingId` --- * CLASS\_SLOT\_CANCELLED * Occurs whenever a class slot was cancelled * `entityId` is the `classSlotId`, `content.classId` is the id of belonging class --- * CLASS\_SLOT\_UPDATED * Occurs whenever a class slot time or resource was updated * `entityId` is the `classSlotId`, `content.classId` is the id of belonging class --- * DEVICE\_CREATED * Occurs whenever a device was created * `entityId` is the `deviceId` --- * EMPLOYEE\_CREATED * Occurs whenever a employee has been created at a facility * `entityId` is the `employeeId` --- * EMPLOYEE\_DELETED * Occurs whenever a employee has been deleted * `entityId` is the `employeeId` --- * EMPLOYEE\_UPDATED * Occurs whenever a employee's data has been changed * `entityId` is the `employeeId` --- * FINANCE\_DEBT\_COLLECTION\_RUN\_CREATED * Occurs whenever a debt collection run was created * `entityId` is the `debtCollectionRunId` --- * FINANCE\_DEBT\_COLLECTION\_CONFIGURATION\_UPDATED * Occurs whenever the debt collection configuration was updated * --- * TAX\_ADVISOR\_EXPORT\_CREATED * Occurs whenever a tax advisor export was created * `entityId` is the `exportId` {% /table %}