Mindbody · Example Payload

Public Api V6 Update Client Contract Autopays Request Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ClientContractIdAutopayStartDateAutopayEndDateProductIdReplaceWithProductIdAmountOverwriteAllProductIDs

Example Payload

Raw ↑
{
  "ClientContractId": 123456,
  "AutopayStartDate": "2026-05-28T14:30:00Z",
  "AutopayEndDate": "2026-05-28T14:30:00Z",
  "ProductId": 123456,
  "ReplaceWithProductId": 123456,
  "Amount": 49.99,
  "OverwriteAllProductIDs": true
}