Mindbody · Schema

UpdateProductPriceResponse

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

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Product object Contains information about the product.
View JSON Schema on GitHub

JSON Schema

public-api-v6-update-product-price-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-update-product-price-response-schema.json",
  "title": "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."
    }
  }
}