- 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
Gets client mandatory fields
GET
/tenants/{tenant_id}/clients/mandatory_client_fields
Client
Request
Path Params
tenant_id
integer <int32>
required
Query Params
page_type
enum<string>Â
required
Allowed values:
member_webprospect_webmember_membermobileappprospect_membermobileappmember_staffmobileappprospect_staffmobileappclient_trial
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//clients/mandatory_client_fields?page_type'
Responses
🟢200OK
text/plain
Body
id
integer <int32>
optional
company_id
integer <int32>
optional
tenant_id
integer <int32>
optional
page_type
enum<string>Â
optional
member_web
- mand_field_member_webprospect_web
- mand_field_prospect_webmember_membermobileapp
- mand_field_member_membermobileappprospect_membermobileapp
- mand_field_prospect_membermobileappmember_staffmobileapp
- mand_field_member_staffmobileappprospect_staffmobileapp
- mand_field_prospect_staffmobileappclient_trial
- mand_field_client_trialAllowed values:
member_webprospect_webmember_membermobileappprospect_membermobileappmember_staffmobileappprospect_staffmobileappclient_trial
group_name
object (ClientRequiredFields)Â
optional
full_name
booleanÂ
optional
gender
booleanÂ
optional
dob
booleanÂ
optional
email
booleanÂ
optional
image
booleanÂ
optional
mobile_1
booleanÂ
optional
mobile_2
booleanÂ
optional
address
booleanÂ
optional
preferred_language
booleanÂ
optional
emergency_contact
booleanÂ
optional
medical_alert
booleanÂ
optional
source_channel_info
booleanÂ
optional
client_tax_info
booleanÂ
optional
marketing_pref
booleanÂ
optional
online_booking_stopped_until
booleanÂ
optional
note
booleanÂ
optional
national_id
booleanÂ
optional
created_by
integer <int32>
optional
created_date
string <date-time>
optional
updated_by
integer <int32>
optional
updated_date
string <date-time>
optional
Example
{
"id": 0,
"company_id": 0,
"tenant_id": 0,
"page_type": "member_web",
"group_name": {
"full_name": true,
"gender": true,
"dob": true,
"email": true,
"image": true,
"mobile_1": true,
"mobile_2": true,
"address": true,
"preferred_language": true,
"emergency_contact": true,
"medical_alert": true,
"source_channel_info": true,
"client_tax_info": true,
"marketing_pref": true,
"online_booking_stopped_until": true,
"note": true,
"national_id": true
},
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z",
"updated_by": 0,
"updated_date": "2019-08-24T14:15:22Z"
}
Modified at 2025-03-21 07:23:14