Mindbody · Example Payload

Public Api V6 Add Promo Code Response Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

PromoCode

Example Payload

Raw ↑
{
  "PromoCode": {
    "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": [
      {}
    ]
  }
}