Mindbody · JSON Structure

Public Api V6 Gift Card Layout Structure

Implementation of the 'GiftCardLayout' model. Gift card layout

Type: object Properties: 3
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

LayoutId LayoutName LayoutUrl

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-gift-card-layout-structure.json",
  "name": "GiftCardLayout",
  "description": "Implementation of the 'GiftCardLayout' model. Gift card layout",
  "type": "object",
  "properties": {
    "LayoutId": {
      "type": "int32",
      "description": "The ID of the layout.",
      "example": 123456
    },
    "LayoutName": {
      "type": "string",
      "description": "The name of the layout.",
      "example": "example-value"
    },
    "LayoutUrl": {
      "type": "string",
      "description": "The URL of the layout.",
      "example": "https://example.mindbodyonline.com/resource/abc123"
    }
  }
}