Mindbody · Schema

UpdateServiceResponse

Implementation of the 'UpdateServiceResponse' model. A response from the Update Services API method.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Services array List of services as response
View JSON Schema on GitHub

JSON Schema

public-api-v6-update-service-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-service-response-schema.json",
  "title": "UpdateServiceResponse",
  "description": "Implementation of the 'UpdateServiceResponse' model. A response from the Update Services API method.",
  "type": "object",
  "properties": {
    "Services": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Service"
      },
      "description": "List of services as response",
      "example": [
        {}
      ]
    }
  }
}