Mindbody · Example Payload

Public Api V6 Client Service With Activation Type Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ActivationTypeCannotPayForClassesBeforeActivationActiveDateCountCurrentExpirationDateIdProductIdNamePaymentDateProgramRemainingSiteIdActionClientIDReturned

Example Payload

Raw ↑
{
  "ActivationType": "OnFirstVisit",
  "CannotPayForClassesBeforeActivation": true,
  "ActiveDate": "2026-05-28T14:30:00Z",
  "Count": 10,
  "Current": true,
  "ExpirationDate": "2026-05-28T14:30:00Z",
  "Id": 123456,
  "ProductId": 123456,
  "Name": "Sunset Yoga Studio",
  "PaymentDate": "2026-05-28T14:30:00Z",
  "Program": {
    "Id": 123456,
    "Name": "Sunset Yoga Studio",
    "ScheduleType": "All",
    "CancelOffset": 10,
    "ContentFormats": [
      "example-value"
    ],
    "PricingRelationships": {
      "PaysFor": [
        1
      ],
      "PaidBy": [
        1
      ]
    }
  },
  "Remaining": 1,
  "SiteId": -99,
  "Action": "None",
  "ClientID": "example-value",
  "Returned": true
}