Mindbody · Example Payload

Public Api V6 Update Client Visit Response Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Update Client Visit 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",
    "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": null,
      "Remaining": 1,
      "SiteId": -99,
      "Action": null,
      "ClientID": "example-value",
      "Returned": true
    },
    "ProductId": 123456,
    "SignedIn": true,
    "StaffId": 123456,
    "WebSignup": true,
    "Action": "None",
    "Missed": true,
    "VisitType": 1,
    "TypeGroup": 1,
    "TypeTaken": "example-value"
  }
}