Mindbody · JSON Structure

Public Api V6 Get Gift Card Balance Response Structure

Implementation of the 'GetGiftCardBalanceResponse' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetGiftCardBalanceResponse 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

BarcodeId RemainingBalance

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-gift-card-balance-response-structure.json",
  "name": "GetGiftCardBalanceResponse",
  "description": "Implementation of the 'GetGiftCardBalanceResponse' model.",
  "type": "object",
  "properties": {
    "BarcodeId": {
      "type": "string",
      "description": "The gift card's barcode ID.",
      "example": "example-value"
    },
    "RemainingBalance": {
      "type": "double",
      "description": "The gift card's remaining balance.",
      "example": 49.99
    }
  }
}