- Introduction
- Quickstart
- Webhooks
- Campaign
- Class
- Client
- Retrieves all client for a TenantGET
- Creates a new clientPOST
- Gets client by IDGET
- Gets clients birthday listGET
- Gets clients at riskGET
- Gets client mandatory fieldsGET
- Adds client to blacklistPOST
- Removes client from blacklistPOST
- Updates client detailsPUT
- Used for partial updates of client detailsPATCH
- Changes client representativePOST
- Lists prospectsGET
- Lists ex-clientsGET
- Resets client passwordPOST
- Changes client representative for multiple clientsPOST
- Lists prospect effective date historyGET
- Transfers prospectPOST
- Company
- Invoice
- Organisation
- Search
- Tax
- Tenant
- Appointments
- Create new appointment
- List appointments
- Change client membership in appointment
- Get appointment
- Update appointment
- Mark client as checked in
- Mark client as no-show
- Substitute coach for appointment
- Reschedule appointment
- Cancel appointment
- List appointments by client ID
- Create appointment complimentory session
- Create appointment
- Reschedule appointment
- Get appointment
- Appointment Types
- Authentication
- Automation
- Call Transactions
- Charge Categories
- Charge Master
- Recurring Class
- Class Booking
- Class Complimentory
- Class Types
- Company level class types
- Client Communication
- Client Tasks
- Client Sales
- Client Waivers
- Client Sessions
- Client Referrals
- Client Offers
- Client Export
- Client Billing
- Client Check-in
- Client Credit Balance
- Client Documents
- Client Invoices
- Client Membership
- Client Open API
- Client Payments
- Client Subscriptions
- Client Memberships
- Client Subscription Cancellation
- Client Subscription Freeze
- Client Trials
- Client Upgrade
- Balance Write Off
- Email Template
- Email Template - Franchise
- Create email template at franchise level
- Get list of email templates at franchise level
- Update email template at franchise level
- Get email template at franchise level
- Delete email template at franchise level
- Mark email template as inactive at franchise level
- Mark email template as active at franchise level
- Email Template - Tenant
- Franchise Groups
- Payment Methods
- Invoices
- Offer Master
- Online Signup
- Subscription
- Sales
- Staff Availability
- List staff availability
- List staff availability by appointment category
- List next available slots by appointment category
- Check staff availability
- Check staff availability for appointment category
- Check staff availability for recurring schedule
- Check staff availability for recurring schedule
- Get staff scheduled unavailability
- List staff availability for tours
- Opportunities
- Opportunity Stage Master
- Payments
- Refunds
- Reports
- Report Filter Schedules
- Access Requests
- Rooms
- Sales Returns
- Email Communication
- SMS
- Service Categories
- Staff Management
- Staff Appointment Type Link
- Staff Notifications
- Staff Schedule
- Subscription Plans
- Subscription Signup
- Tasks
- Task Categories
- Task Open API
- Trial Master
Get eligible addons
GET
/tenants/{tenant_id}/subscription_plans/{subscription_plan_id}/eligible_addons
Subscription Plans
Request
Path Params
tenant_id
integer <int32>
required
subscription_plan_id
integer <int32>
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/tenants//subscription_plans//eligible_addons'
Responses
🟢200OK
text/plain
Body
items
array[object (AddOnPlanServices) {25}]  | nullÂ
optional
id
integer <int32>
optional
service_name_primary_language
string  | nullÂ
optional
service_name_secondary_language
string  | nullÂ
optional
category_id
integer <int32>
optional
base_cost_in_minor_currency
integer <int64>
optional
sessions
integer <int32>
optional
name_primary_language
string  | nullÂ
optional
name_secondary_language
string  | nullÂ
optional
description_primary_language
string  | nullÂ
optional
description_secondary_language
string  | nullÂ
optional
behaviour
enum<string>Â
optional
MemberShip
-AppointmentPackage
-ClassPackage
-Allowed values:
MemberShipAppointmentPackageClassPackage
taxgrp_id
integer <int32>
optional
tax_item_code
string  | nullÂ
optional
is_base_membership
booleanÂ
optional
require_base_membership
booleanÂ
optional
is_session_owner_required
booleanÂ
optional
interval_type
enum<string>Â
optional
Day
-Week
-Month
-Allowed values:
DayWeekMonth
interval_value
integer <int32>
optional
icon
string  | nullÂ
optional
migration_id
string  | nullÂ
optional
taxes
object (PlanTaxGroup)Â
optional
is_unlimited_sessions
booleanÂ
optional
plan_name_primary_language
string  | nullÂ
optional
plan_name_secondary_language
string  | nullÂ
optional
subscription_category
enum<string>Â
optional
PayAsYouGo
- Pay as you goPaidInFull
- Paid In fullDropIn
- Drop InContract
- ContractAllowed values:
PayAsYouGoPaidInFullDropInContract
Example
{
"items": [
{
"id": 0,
"service_name_primary_language": "string",
"service_name_secondary_language": "string",
"category_id": 0,
"base_cost_in_minor_currency": 0,
"sessions": 0,
"name_primary_language": "string",
"name_secondary_language": "string",
"description_primary_language": "string",
"description_secondary_language": "string",
"behaviour": "MemberShip",
"taxgrp_id": 0,
"tax_item_code": "string",
"is_base_membership": true,
"require_base_membership": true,
"is_session_owner_required": true,
"interval_type": "Day",
"interval_value": 0,
"icon": "string",
"migration_id": "string",
"taxes": {
"name_primary_language": "string",
"name_secondary_language": "string",
"tax_line_items": [
{
"name_primary_language": "string",
"name_secondary_language": "string",
"type": "CGST",
"rate": 0
}
]
},
"is_unlimited_sessions": true,
"plan_name_primary_language": "string",
"plan_name_secondary_language": "string",
"subscription_category": "PayAsYouGo"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Modified at 2025-03-21 07:23:14