Mindbody · Example Payload

Public Api V6 Product Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ProductIdIdCategoryIdSubCategoryIdSecondaryCategoryIdPriceTaxIncludedTaxRateGroupIdNameOnlinePriceShortDescriptionLongDescriptionTypeGroupSupplierIdSupplierNameImageURLColorSizeManufacturerId

Example Payload

Raw ↑
{
  "ProductId": 123456,
  "Id": "example-value",
  "CategoryId": 123456,
  "SubCategoryId": 123456,
  "SecondaryCategoryId": 123456,
  "Price": 49.99,
  "TaxIncluded": 1.0,
  "TaxRate": 1.0,
  "GroupId": 123456,
  "Name": "Sunset Yoga Studio",
  "OnlinePrice": 49.99,
  "ShortDescription": "Example note for Mindbody Public API.",
  "LongDescription": "Example note for Mindbody Public API.",
  "TypeGroup": 1,
  "SupplierId": 123456,
  "SupplierName": "example-value",
  "ImageURL": "example-value",
  "Color": {
    "Id": 123456,
    "Name": "Sunset Yoga Studio"
  },
  "Size": {
    "Id": 123456,
    "Name": "Sunset Yoga Studio"
  },
  "ManufacturerId": "example-value"
}