Mindbody · Example Payload

Public Api V6 Add Client To Class Response Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

Visit

Example Payload

Raw ↑
{
  "Visit": {
    "AppointmentId": 123456,
    "AppointmentGenderPreference": "None",
    "AppointmentStatus": "None",
    "ClassId": 123456,
    "ClientId": "example-value",
    "StartDateTime": "2026-05-28T14:30:00Z",
    "EndDateTime": "2026-05-28T14:30:00Z",
    "Id": 123456,
    "LastModifiedDateTime": "2026-05-28T14:30:00Z",
    "LateCancelled": true,
    "LocationId": 123456,
    "MakeUp": true,
    "Name": "Sunset Yoga Studio",
    "ServiceId": 123456,
    "ServiceName": "example-value",
    "ProductId": 123456,
    "SignedIn": true,
    "StaffId": 123456,
    "WebSignup": true,
    "Action": "None",
    "CrossRegionalBookingPerformed": true,
    "SiteId": -99,
    "WaitlistEntryId": 123456
  }
}