Mindbody · Example Payload

Public Api V6 Gift Card Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Gift Card Example is an example object payload from Mindbody, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdLocationIdsDescriptionEditableByConsumerCardValueSalePriceSoldOnlineMembershipRestrictionIdsGiftCardTermsContactInfoDisplayLogoLayouts

Example Payload

Raw ↑
{
  "Id": 123456,
  "LocationIds": [
    1
  ],
  "Description": "Example note for Mindbody Public API.",
  "EditableByConsumer": true,
  "CardValue": 1.0,
  "SalePrice": 49.99,
  "SoldOnline": true,
  "MembershipRestrictionIds": [
    1
  ],
  "GiftCardTerms": "example-value",
  "ContactInfo": "example-value",
  "DisplayLogo": true,
  "Layouts": [
    {}
  ]
}