Mindbody · Example Payload

Public Api V6 Terminate Contract Request Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ClientIdClientContractIdTerminationDateTerminationCodeTerminationComments

Example Payload

Raw ↑
{
  "ClientId": "example-value",
  "ClientContractId": 123456,
  "TerminationDate": "2026-05-28T14:30:00Z",
  "TerminationCode": "example-value",
  "TerminationComments": "Example note for Mindbody Public API."
}