Mindbody · Schema

UploadClientPhotoResponse

Implementation of the 'UploadClientPhotoResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
ClientId string The RSSID of the client for whom the photo was uploaded.
PhotoUrl string The URL of the uploaded photo.
View JSON Schema on GitHub

JSON Schema

public-api-v6-upload-client-photo-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-photo-response-schema.json",
  "title": "UploadClientPhotoResponse",
  "description": "Implementation of the 'UploadClientPhotoResponse' model.",
  "type": "object",
  "properties": {
    "ClientId": {
      "type": "string",
      "description": "The RSSID of the client for whom the photo was uploaded.",
      "example": "example-value"
    },
    "PhotoUrl": {
      "type": "string",
      "description": "The URL of the uploaded photo.",
      "example": "https://example.mindbodyonline.com/resource/abc123"
    }
  }
}