Mindbody · JSON Structure

Public Api V6 Update Contact Log Type Structure

Implementation of the 'UpdateContactLogType' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

UpdateContactLogType 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 SubTypes

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-type-structure.json",
  "name": "UpdateContactLogType",
  "description": "Implementation of the 'UpdateContactLogType' model.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The ID of the contact log type to update the subtypes of.",
      "example": 123456
    },
    "SubTypes": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "description": "The subtype IDs that are to be added to the contact log.",
      "example": [
        1
      ]
    }
  }
}