Mindbody · Example Payload

Public Api V6 Commission Payroll Purchase Event Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Commission Payroll Purchase Event Example is an example object payload from Mindbody, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

StaffIdSaleDateTimeSaleIdSaleTypeProductIdEarningsDetailsEarnings

Example Payload

Raw ↑
{
  "StaffId": 123456,
  "SaleDateTime": "2026-05-28T14:30:00Z",
  "SaleId": 123456,
  "SaleType": "example-value",
  "ProductId": 123456,
  "EarningsDetails": [
    {}
  ],
  "Earnings": 1.0
}