Mindbody · Example Payload

Public Api V6 Update Contact Log Request Example

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Public Api V6 Update 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

IdTestAssignedToStaffIdTextContactNameFollowupByDateContactMethodIsCompleteCommentsTypes

Example Payload

Raw ↑
{
  "Id": 123456,
  "Test": true,
  "AssignedToStaffId": 123456,
  "Text": "example-value",
  "ContactName": "example-value",
  "FollowupByDate": "2026-05-28T14:30:00Z",
  "ContactMethod": "example-value",
  "IsComplete": true,
  "Comments": [
    {}
  ],
  "Types": [
    {}
  ]
}