Mindbody · Example Payload

Public Api V6 Assign Staff Session Type Request Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

StaffIdSessionTypeIdActiveTimeLengthPrepTimeFinishTimePayRateTypePayRateAmount

Example Payload

Raw ↑
{
  "StaffId": 123456,
  "SessionTypeId": 123456,
  "Active": true,
  "TimeLength": 1,
  "PrepTime": 1,
  "FinishTime": 1,
  "PayRateType": "example-value",
  "PayRateAmount": 49.99
}