Mindbody · Example Payload

Public Api V6 Update Appointment Request Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

AppointmentIdEndDateTimeExecuteGenderPreferenceNotesPartnerExternalIdProviderIdResourceIdsSendEmailSessionTypeIdStaffIdStartDateTimeApplyPaymentTest

Example Payload

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