Mindbody · JSON Structure

Public Api V6 Update Contact Log Comment Structure

Implementation of the 'UpdateContactLogComment' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

UpdateContactLogComment 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

Id Text

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-contact-log-comment-structure.json",
  "name": "UpdateContactLogComment",
  "description": "Implementation of the 'UpdateContactLogComment' model.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The ID of the contact log comment to be updated. Pass a value of `0` to add a new comment to the contact log.",
      "example": 123456
    },
    "Text": {
      "type": "string",
      "description": "The new text for the comment.",
      "example": "example-value"
    }
  }
}