Mindbody · Example Payload

Public Api V6 Session Type1 Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Session Type1 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

TypeDefaultTimeLengthStaffTimeLengthProgramIdNumDeductedIdNameActiveCapacityResourceRequiredCategorySubcategoryOnlineDescriptionAvailableForAddOn

Example Payload

Raw ↑
{
  "Type": "All",
  "DefaultTimeLength": 1,
  "StaffTimeLength": 1,
  "ProgramId": 123456,
  "NumDeducted": 1,
  "Id": 123456,
  "Name": "Sunset Yoga Studio",
  "Active": true,
  "Capacity": 1,
  "ResourceRequired": true,
  "Category": {
    "Id": 123456,
    "Name": "Sunset Yoga Studio"
  },
  "Subcategory": {
    "Id": 123456,
    "Name": "Sunset Yoga Studio"
  },
  "OnlineDescription": "Example note for Mindbody Public API.",
  "AvailableForAddOn": true
}