Mindbody · Example Payload

Public Api V6 Client Relationship Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Client Relationship 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

RelatedClientIdRelatedUniqueIdRelationshipRelationshipNameDelete

Example Payload

Raw ↑
{
  "RelatedClientId": "example-value",
  "RelatedUniqueId": 123456,
  "Relationship": {
    "Id": 123456,
    "RelationshipName1": "example-value",
    "RelationshipName2": "example-value"
  },
  "RelationshipName": "example-value",
  "Delete": true
}