Mindbody · JSON Structure

Public Api V6 Upload Client Document Response Structure

Implementation of the 'UploadClientDocumentResponse' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

UploadClientDocumentResponse is a JSON Structure definition published by Mindbody, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FileSize FileName

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-upload-client-document-response-structure.json",
  "name": "UploadClientDocumentResponse",
  "description": "Implementation of the 'UploadClientDocumentResponse' model.",
  "type": "object",
  "properties": {
    "FileSize": {
      "type": "int32",
      "description": "The size of the uploaded file.",
      "example": 1
    },
    "FileName": {
      "type": "string",
      "description": "The name of the uploaded file.",
      "example": "example-value"
    }
  }
}