Mindbody · Example Payload

Public Api V6 Staff Session Type Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

StaffIdTypeIdNameNumDeductedProgramIdCategoryCategoryIdSubcategorySubcategoryIdTimeLengthPrepTimeFinishTimePayRateTypePayRateAmount

Example Payload

Raw ↑
{
  "StaffId": 123456,
  "Type": "All",
  "Id": 123456,
  "Name": "Sunset Yoga Studio",
  "NumDeducted": 1,
  "ProgramId": 123456,
  "Category": "example-value",
  "CategoryId": 123456,
  "Subcategory": "example-value",
  "SubcategoryId": 123456,
  "TimeLength": 1,
  "PrepTime": 1,
  "FinishTime": 1,
  "PayRateType": "example-value",
  "PayRateAmount": 49.99
}