Mindbody · Schema

UpdateClientResponse

Implementation of the 'UpdateClientResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Client object Contains information about the updated client.
View JSON Schema on GitHub

JSON Schema

public-api-v6-update-client-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-client-response-schema.json",
  "title": "UpdateClientResponse",
  "description": "Implementation of the 'UpdateClientResponse' model.",
  "type": "object",
  "properties": {
    "Client": {
      "$ref": "#/components/schemas/ClientWithSuspensionInfo",
      "description": "Contains information about the updated client."
    }
  }
}