Mindbody · Example Payload

Public Api V6 Add Appointment Request Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ClientIdLocationIdSessionTypeIdStaffIdStartDateTimeApplyPaymentDurationEndDateTimeGenderPreferenceNotesProviderIdResourceIdsSendEmailStaffRequestedTestIsWaitlistIsRequestPartnerExternalIdAddAppointmentRequestId

Example Payload

Raw ↑
{
  "ClientId": "example-value",
  "LocationId": 123456,
  "SessionTypeId": 123456,
  "StaffId": 123456,
  "StartDateTime": "2026-05-28T14:30:00Z",
  "ApplyPayment": true,
  "Duration": 1,
  "EndDateTime": "2026-05-28T14:30:00Z",
  "GenderPreference": "example-value",
  "Notes": "Example note for Mindbody Public API.",
  "ProviderId": "example-value",
  "ResourceIds": [
    1
  ],
  "SendEmail": true,
  "StaffRequested": true,
  "Test": true,
  "IsWaitlist": true,
  "IsRequest": true,
  "PartnerExternalId": "example-value",
  "AddAppointmentRequestId": 123456
}