Mindbody · Example Payload

Public Api V6 Suspend Contract Request Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ClientIdClientContractIdSuspensionTypeSuspensionStartDurationDurationUnitOpenEndedSuspensionNotesSuspensionFee

Example Payload

Raw ↑
{
  "ClientId": "example-value",
  "ClientContractId": 123456,
  "SuspensionType": "example-value",
  "SuspensionStart": "2026-05-28T14:30:00Z",
  "Duration": 1,
  "DurationUnit": 1,
  "OpenEnded": true,
  "SuspensionNotes": "Example note for Mindbody Public API.",
  "SuspensionFee": 1.0
}