ScheduledServiceEarningsEvent is a JSON Structure definition published by Mindbody, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-scheduled-service-earnings-event-structure.json",
"name": "ScheduledServiceEarningsEvent",
"description": "Implementation of the 'ScheduledServiceEarningsEvent' model.",
"type": "object",
"properties": {
"StaffId": {
"type": "int32",
"description": "The ID of the staff member who taught the class.",
"example": 123456
},
"ScheduledServiceId": {
"type": "int32",
"description": "The class' ID.",
"example": 123456
},
"ScheduledServiceType": {
"$ref": "#/components/schemas/ScheduledServiceTypeEnum",
"description": "The type of the scheduled service; i.e, a class, appointment, or enrollment."
},
"Earnings": {
"type": "double",
"description": "The total monetary amount the staff is to be paid for this class.",
"example": 1.0
},
"DateTime": {
"type": "datetime",
"description": "The model property of type datetime.",
"example": "2026-05-28T14:30:00Z"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.