Mindbody · Example Payload

Public Api V6 Client Purchase Record Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

SaleDescriptionAccountPaymentPriceAmountPaidDiscountTaxReturnedQuantity

Example Payload

Raw ↑
{
  "Sale": {
    "Id": 123456,
    "SaleDate": "2026-05-28T14:30:00Z",
    "SaleTime": "example-value",
    "SaleDateTime": "2026-05-28T14:30:00Z",
    "OriginalSaleDateTime": "2026-05-28T14:30:00Z",
    "SalesRepId": 123456,
    "ClientId": "example-value",
    "RecipientClientId": 123456,
    "PurchasedItems": [
      {}
    ],
    "LocationId": 123456,
    "Payments": [
      {}
    ]
  },
  "Description": "Example note for Mindbody Public API.",
  "AccountPayment": true,
  "Price": 49.99,
  "AmountPaid": 49.99,
  "Discount": 1.0,
  "Tax": 1.0,
  "Returned": true,
  "Quantity": 10
}