Mindbody · Schema

GetPromoCodesResponse

Implementation of the 'GetPromoCodesResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
PaginationResponse object Pagination Response
PromoCodes array Contains information about Promocodes at a site
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-promo-codes-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-get-promo-codes-response-schema.json",
  "title": "GetPromoCodesResponse",
  "description": "Implementation of the 'GetPromoCodesResponse' model.",
  "type": "object",
  "properties": {
    "PaginationResponse": {
      "$ref": "#/components/schemas/PaginationResponse",
      "description": "Pagination Response"
    },
    "PromoCodes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PromoCode"
      },
      "description": "Contains information about Promocodes at a site",
      "example": [
        {}
      ]
    }
  }
}