Mindbody · Example Payload

Public Api V6 Visit Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

AppointmentIdAppointmentGenderPreferenceAppointmentStatusClassIdClientIdClientPhotoUrlClientUniqueIdStartDateTimeEndDateTimeIdLastModifiedDateTimeLateCancelledSiteIdLocationIdMakeUpNameServiceIdServiceNameServiceProductIdSignedInStaffIdWebSignupActionMissedVisitTypeTypeGroupTypeTaken

Example Payload

Raw ↑
{
  "AppointmentId": 123456,
  "AppointmentGenderPreference": "None",
  "AppointmentStatus": "None",
  "ClassId": 123456,
  "ClientId": "example-value",
  "ClientPhotoUrl": "https://example.mindbodyonline.com/resource/abc123",
  "ClientUniqueId": 123456,
  "StartDateTime": "2026-05-28T14:30:00Z",
  "EndDateTime": "2026-05-28T14:30:00Z",
  "Id": 123456,
  "LastModifiedDateTime": "2026-05-28T14:30:00Z",
  "LateCancelled": true,
  "SiteId": -99,
  "LocationId": 123456,
  "MakeUp": true,
  "Name": "Sunset Yoga Studio",
  "ServiceId": 123456,
  "ServiceName": "example-value",
  "Service": {
    "ActiveDate": "2026-05-28T14:30:00Z",
    "Count": 10,
    "Current": true,
    "ExpirationDate": "2026-05-28T14:30:00Z",
    "Id": 123456,
    "ProductId": 123456,
    "Name": "Sunset Yoga Studio",
    "PaymentDate": "2026-05-28T14:30:00Z",
    "Program": {
      "Id": 123456,
      "Name": "Sunset Yoga Studio",
      "ScheduleType": null,
      "CancelOffset": 10,
      "ContentFormats": [
        "example-value"
      ],
      "PricingRelationships": null
    },
    "Remaining": 1,
    "SiteId": -99,
    "Action": "None",
    "ClientID": "example-value",
    "Returned": true
  },
  "ProductId": 123456,
  "SignedIn": true,
  "StaffId": 123456,
  "WebSignup": true,
  "Action": "None",
  "Missed": true,
  "VisitType": 1,
  "TypeGroup": 1,
  "TypeTaken": "example-value"
}