Mindbody · Schema

UploadClientDocumentResponse

Implementation of the 'UploadClientDocumentResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
FileSize integer The size of the uploaded file.
FileName string The name of the uploaded file.
View JSON Schema on GitHub

JSON Schema

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