Mindbody · JSON Structure

Public Api V6 Add Promo Code Response Structure

Implementation of the 'AddPromoCodeResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

AddPromoCodeResponse is a JSON Structure definition published by Mindbody, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PromoCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-add-promo-code-response-structure.json",
  "name": "AddPromoCodeResponse",
  "description": "Implementation of the 'AddPromoCodeResponse' model.",
  "type": "object",
  "properties": {
    "PromoCode": {
      "$ref": "#/components/schemas/PromoCode",
      "description": "Contains information about PromoCode"
    }
  }
}