Mindbody · Example Payload

Public Api V6 Scheduled Service Earnings Event Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Scheduled Service Earnings Event 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

StaffIdScheduledServiceIdScheduledServiceTypeEarningsDateTime

Example Payload

Raw ↑
{
  "StaffId": 123456,
  "ScheduledServiceId": 123456,
  "ScheduledServiceType": "Class",
  "Earnings": 1.0,
  "DateTime": "2026-05-28T14:30:00Z"
}