Mindbody · Example Payload

Public Api V6 Copy Credit Card Response Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Copy Credit Card 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

CopiedFromCopiedTo

Example Payload

Raw ↑
{
  "CopiedFrom": {
    "ClientId": "example-value",
    "UniqueId": 123456,
    "SiteId": -99,
    "FirstName": "Alex",
    "LastName": "Lane"
  },
  "CopiedTo": {
    "ClientId": "example-value",
    "UniqueId": 123456,
    "SiteId": -99,
    "FirstName": "Alex",
    "LastName": "Lane"
  }
}