Mindbody · Example Payload

Public Api V6 Add Promo Code Request Example

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Public Api V6 Add Promo Code Request 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

CodeNameActiveDiscountActivationDateExpirationDateMaxUsesDaysAfterCloseDateAllowOnlineDaysValidApplicableItems

Example Payload

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