Mindbody · Example Payload

Public Api V6 Assign Staff Session Type Response Example

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Public Api V6 Assign Staff Session Type Response 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

StaffIdSessionTypeIdPayRateTypePayRateAmountTimeLengthPrepTimeFinishTimeActive

Example Payload

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