Mindbody · JSON Structure

Public Api V6 Commission Detail Structure

Implementation of the 'CommissionDetail' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

CommissionDetail is a JSON Structure definition published by Mindbody, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CommissionType CommissionEarnings

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-commission-detail-structure.json",
  "name": "CommissionDetail",
  "description": "Implementation of the 'CommissionDetail' model.",
  "type": "object",
  "properties": {
    "CommissionType": {
      "type": "string",
      "description": "The type of commission earned. Possible values are: * ItemStandardPercentageCommission * ItemStandardFlatCommission * ItemPromotionalPercentageCommission * ItemPromotionalFlatCommission * StaffStandardPercentageCommission * StaffStandardFlatCommission * StaffPromotionalPercentageCommission * StaffPromotionalFlatCommission",
      "example": "example-value"
    },
    "CommissionEarnings": {
      "type": "double",
      "description": "The portion of `Earnings` earned by this `CommissionType`.",
      "example": 1.0
    }
  }
}