Mindbody · Example Payload

Public Api V6 Update Class Enrollment Schedule Request Example

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Public Api V6 Update Class Enrollment Schedule Request Example is an example object payload from Mindbody, with 24 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ClassIdClassDescriptionIdLocationIdStartDateEndDateStartTimeEndTimeDaySundayDayMondayDayTuesdayDayWednesdayDayThursdayDayFridayDaySaturdayStaffIdStaffPayRateResourceIdMaxCapacityWebCapacityWaitlistCapacityBookingStatusAllowOpenEnrollmentAllowDateForwardEnrollmentRetainScheduleChanges

Example Payload

Raw ↑
{
  "ClassId": 123456,
  "ClassDescriptionId": 123456,
  "LocationId": 123456,
  "StartDate": "2026-05-28T14:30:00Z",
  "EndDate": "2026-05-28T14:30:00Z",
  "StartTime": "2026-05-28T14:30:00Z",
  "EndTime": "2026-05-28T14:30:00Z",
  "DaySunday": true,
  "DayMonday": true,
  "DayTuesday": true,
  "DayWednesday": true,
  "DayThursday": true,
  "DayFriday": true,
  "DaySaturday": true,
  "StaffId": 123456,
  "StaffPayRate": 1,
  "ResourceId": 123456,
  "MaxCapacity": 1,
  "WebCapacity": 1,
  "WaitlistCapacity": 1,
  "BookingStatus": "Active",
  "AllowOpenEnrollment": true,
  "AllowDateForwardEnrollment": true,
  "RetainScheduleChanges": true
}