Mindbody · Example Payload

Public Api V6 Sale Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

IdSaleDateSaleTimeSaleDateTimeOriginalSaleDateTimeSalesRepIdClientIdRecipientClientIdPurchasedItemsLocationIdPayments

Example Payload

Raw ↑
{
  "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": [
    {}
  ]
}