Mindbody · Example Payload

Public Api V6 Initiate Purchase Contract Request Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ClientIdContractIdPaymentMethodIdTestLocationIdPromotionCodePromotionCodesSendNotificationsSalesRepIdPaymentAuthenticationCallbackUrl

Example Payload

Raw ↑
{
  "ClientId": "example-value",
  "ContractId": 123456,
  "PaymentMethodId": 123456,
  "Test": true,
  "LocationId": 123456,
  "PromotionCode": "example-value",
  "PromotionCodes": [
    "example-value"
  ],
  "SendNotifications": true,
  "SalesRepId": 123456,
  "PaymentAuthenticationCallbackUrl": "https://example.mindbodyonline.com/resource/abc123"
}