Mindbody · Example Payload

Public Api V6 Purchase Contract Response Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Purchase Contract Response 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

ClientIdUniqueClientIdLocationIdContractIdClientContractIdTotalsPaymentProcessingFailures

Example Payload

Raw ↑
{
  "ClientId": "example-value",
  "UniqueClientId": 123456,
  "LocationId": 123456,
  "ContractId": 123456,
  "ClientContractId": 123456,
  "Totals": {
    "Total": 49.99,
    "SubTotal": 49.99,
    "Discount": 1.0,
    "Tax": 1.0
  },
  "PaymentProcessingFailures": [
    {}
  ]
}