Mindbody · Example Payload

Public Api V6 Purchase Contract Response Totals Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

TotalSubTotalDiscountTax

Example Payload

Raw ↑
{
  "Total": 49.99,
  "SubTotal": 49.99,
  "Discount": 1.0,
  "Tax": 1.0
}