Mindbody · Example Payload

Public Api V6 Membership Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

MembershipIdMembershipNamePriorityMemberRetailDiscountMemberServiceDiscountAllowClientsToScheduleUnpaidOnlineBookingRestrictedToMembersOnlyDayOfMonthSchedulingOpensForNextMonthRestrictSelfSignInToMembersOnlyAllowMembersToBookAppointmentsWithoutPayingAllowMembersToPurchaseNonMembersServicesAllowMembersToPurchaseNonMembersProductsIsActiveEarlyAccessDaysBeforeSchedulingWindow

Example Payload

Raw ↑
{
  "MembershipId": 123456,
  "MembershipName": "example-value",
  "Priority": 1,
  "MemberRetailDiscount": 1.0,
  "MemberServiceDiscount": 1.0,
  "AllowClientsToScheduleUnpaid": true,
  "OnlineBookingRestrictedToMembersOnly": [
    {}
  ],
  "DayOfMonthSchedulingOpensForNextMonth": 1,
  "RestrictSelfSignInToMembersOnly": true,
  "AllowMembersToBookAppointmentsWithoutPaying": true,
  "AllowMembersToPurchaseNonMembersServices": true,
  "AllowMembersToPurchaseNonMembersProducts": true,
  "IsActive": true,
  "EarlyAccessDaysBeforeSchedulingWindow": 1
}