Mindbody · JSON Structure

Public Api V6 Get Client Referral Types Response Structure

Implementation of the 'GetClientReferralTypesResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetClientReferralTypesResponse 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

ReferralTypes

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-get-client-referral-types-response-structure.json",
  "name": "GetClientReferralTypesResponse",
  "description": "Implementation of the 'GetClientReferralTypesResponse' model.",
  "type": "object",
  "properties": {
    "ReferralTypes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The list of available referral types.",
      "example": [
        "example-value"
      ]
    }
  }
}