Mindbody · JSON Structure

Public Api V6 Update Product Price Response Structure

Implementation of the 'UpdateProductPriceResponse' model. Update Product Price Response Model

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

UpdateProductPriceResponse 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

Product

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-update-product-price-response-structure.json",
  "name": "UpdateProductPriceResponse",
  "description": "Implementation of the 'UpdateProductPriceResponse' model. Update Product Price Response Model",
  "type": "object",
  "properties": {
    "Product": {
      "$ref": "#/components/schemas/Product",
      "description": "Contains information about the product."
    }
  }
}