Follow the question structure recommended by Dev Bot before submitting your integration questions.
GET /api/v1/activities/schedule allows you to consult the activity schedule with details such as date, time, capacity, instructor, area, status, and available slots.POST /api/v1/activities/schedule/experimental-class allows you to create an individual trial class and enroll a prospect in it.Creating a complete fixed/recurring schedule (e.g., every Monday at 6 PM) is still not possible via the public API.
POST /api/v1/activities/schedule/enrollidConfiguration, activityDate, slotNumber, idMember.contractSigningUrl field.POST /api/v1/membermembership/cancellationidMemberMembership (ID of the member's contract).POST /api/v2/salesidMembership, member data, payment, branch, and other sale parameters.