Mindbody · JSON Structure

Public Api V6 Update Client Visit Response Structure

Implementation of the 'UpdateClientVisitResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

UpdateClientVisitResponse 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

Visit

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-client-visit-response-structure.json",
  "name": "UpdateClientVisitResponse",
  "description": "Implementation of the 'UpdateClientVisitResponse' model.",
  "type": "object",
  "properties": {
    "Visit": {
      "$ref": "#/components/schemas/Visit",
      "description": "The updated visit."
    }
  }
}