Track
Track when a user books a class
POST
Parameters
Must be user.book
The ID of the user. Must be provided in conjunction with location_id
.
Alternatively, location_member_id
can be provided to substitute for both
The ID of the location. Must be provided in conjunction with user_id
.
Alternatively, location_member_id
can be provided to substitute for both
The ID of the location membership. Refers to an association between a location
and user. Can be used instead of user_id
and location_id
together
The price of the booked class
Returns
The ID of the event
The name of the event that was captured