Mindbody · JSON Structure

Public Api V6 Pricing Relationships Structure

Implementation of the 'PricingRelationships' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

PaysFor PaidBy

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-pricing-relationships-structure.json",
  "name": "PricingRelationships",
  "description": "Implementation of the 'PricingRelationships' model.",
  "type": "object",
  "properties": {
    "PaysFor": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "The model property of type List[int].",
      "example": [
        1
      ]
    },
    "PaidBy": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "The model property of type List[int].",
      "example": [
        1
      ]
    }
  }
}