Mindbody · JSON Structure

Public Api V6 Update Contact Log Request Structure

Implementation of the 'UpdateContactLogRequest' model.

Type: object Properties: 10
FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

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

Properties

Id Test AssignedToStaffId Text ContactName FollowupByDate ContactMethod IsComplete Comments Types

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-request-structure.json",
  "name": "UpdateContactLogRequest",
  "description": "Implementation of the 'UpdateContactLogRequest' model.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The ID of the contact log being updated.",
      "example": 123456
    },
    "Test": {
      "type": "boolean",
      "description": "When `true`, indicates that this is a test request and no data is inserted into the subscriber\u2019s database.<br /> When `false`, the database is updated.",
      "example": true
    },
    "AssignedToStaffId": {
      "type": "int32",
      "description": "The ID of the staff member to whom the contact log is now being assigned.",
      "example": 123456
    },
    "Text": {
      "type": "string",
      "description": "The contact log\u2019s new text.",
      "example": "example-value"
    },
    "ContactName": {
      "type": "string",
      "description": "The name of the new person to be contacted by the assigned staff member.",
      "example": "example-value"
    },
    "FollowupByDate": {
      "type": "datetime",
      "description": "The new date by which the assigned staff member should complete this contact log.",
      "example": "2026-05-28T14:30:00Z"
    },
    "ContactMethod": {
      "type": "string",
      "description": "The new method by which the client wants to be contacted.",
      "example": "example-value"
    },
    "IsComplete": {
      "type": "boolean",
      "description": "When `true`, indicates that the contact log is complete. When `false`, indicates the contact log isn\u2019t complete.",
      "example": true
    },
    "Comments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UpdateContactLogComment"
      },
      "description": "Contains information about the comments being updated or added to the contact log. Comments that have an ID of `0` are added to the contact log.",
      "example": [
        {}
      ]
    },
    "Types": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UpdateContactLogType"
      },
      "description": "Contains information about the contact logs types being assigned to the contact log, in addition to the contact log types that are already assigned.",
      "example": [
        {}
      ]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/public-api-v6-update-contact-log-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.