Mindbody · Example Payload

Public Api V6 Add Arrival Response Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ArrivalAddedClientService

Example Payload

Raw ↑
{
  "ArrivalAdded": true,
  "ClientService": {
    "ActiveDate": "2026-05-28T14:30:00Z",
    "Count": 10,
    "Current": true,
    "ExpirationDate": "2026-05-28T14:30:00Z",
    "Id": 123456,
    "ProductId": 123456,
    "Name": "Sunset Yoga Studio",
    "PaymentDate": "2026-05-28T14:30:00Z",
    "Program": {
      "Id": 123456,
      "Name": "Sunset Yoga Studio",
      "ScheduleType": null,
      "CancelOffset": 10,
      "ContentFormats": [
        "example-value"
      ],
      "PricingRelationships": null
    },
    "Remaining": 1,
    "SiteId": -99,
    "Action": "None",
    "ClientID": "example-value",
    "Returned": true
  }
}