Mindbody · Example Payload

Public Api V6 Add Contact Log Request Example

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Public Api V6 Add Contact Log Request Example is an example object payload from Mindbody, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ClientIdContactMethodAssignedToStaffIdTextFollowupByDateContactNameIsCompleteCommentsTypesTest

Example Payload

Raw ↑
{
  "ClientId": "example-value",
  "ContactMethod": "example-value",
  "AssignedToStaffId": 123456,
  "Text": "example-value",
  "FollowupByDate": "2026-05-28T14:30:00Z",
  "ContactName": "example-value",
  "IsComplete": true,
  "Comments": [
    "Example note for Mindbody Public API."
  ],
  "Types": [
    {}
  ],
  "Test": true
}