Mindbody · Example Payload

Public Api V6 Appointment Add On Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

IdNameNumDeductedCategoryIdCategory

Example Payload

Raw ↑
{
  "Id": 123456,
  "Name": "Sunset Yoga Studio",
  "NumDeducted": 1,
  "CategoryId": 123456,
  "Category": "example-value"
}