Mindbody · Example Payload

Public Api V6 Program1 Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

CancelOffsetIdNameScheduleTypeContentFormatOnlineBookingDisabledScheduleOffsetScheduleOffsetEndPricingRelationships

Example Payload

Raw ↑
{
  "CancelOffset": 10,
  "Id": 123456,
  "Name": "Sunset Yoga Studio",
  "ScheduleType": "All",
  "ContentFormat": "InPerson",
  "OnlineBookingDisabled": true,
  "ScheduleOffset": 10,
  "ScheduleOffsetEnd": 10,
  "PricingRelationships": {
    "PaysFor": [
      1
    ],
    "PaidBy": [
      1
    ]
  }
}