Mindbody · Example Payload

Public Api V6 Add Client To Enrollment Request Example

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

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

Top-level fields

ClientIdClassScheduleIdEnrollDateForwardEnrollOpenTestSendEmailWaitlistWaitlistEntryId

Example Payload

Raw ↑
{
  "ClientId": "example-value",
  "ClassScheduleId": 123456,
  "EnrollDateForward": "2026-05-28T14:30:00Z",
  "EnrollOpen": [
    "2026-05-28T14:30:00Z"
  ],
  "Test": true,
  "SendEmail": true,
  "Waitlist": true,
  "WaitlistEntryId": 123456
}