Mindbody · Example Payload

Public Api V6 Promo Code Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

PromotionIDNameCodeActiveDiscountActivationDateExpirationDateMaxUsesNumberOfAutopaysDaysAfterCloseDateAllowOnlineLastModifiedDateTimeDaysValidApplicableItems

Example Payload

Raw ↑
{
  "PromotionID": 1,
  "Name": "Sunset Yoga Studio",
  "Code": "example-value",
  "Active": true,
  "Discount": {
    "Type": "example-value",
    "Amount": 49.99
  },
  "ActivationDate": "2026-05-28T14:30:00Z",
  "ExpirationDate": "2026-05-28T14:30:00Z",
  "MaxUses": 1,
  "NumberOfAutopays": 1,
  "DaysAfterCloseDate": 1,
  "AllowOnline": true,
  "LastModifiedDateTime": "2026-05-28T14:30:00Z",
  "DaysValid": [
    {}
  ],
  "ApplicableItems": [
    {}
  ]
}