- 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
Book tour
POST
/open/companies/{company_uuid}/tenants/{tenant_uuid}/tour
Client Open API
Request
Path Params
company_uuid
stringÂ
required
tenant_uuid
stringÂ
required
Body Params application/json
prospect
object (CreateOpenAPIProspectRequest)Â
optional
full_name
string  | nullÂ
optional
mobile_country_code
string  | nullÂ
optional
mobile_number
integer <int64>
optional
email_id
string  | nullÂ
optional
date_of_birth
string <date> | nullÂ
optional
gender
enum<string>Â
optional
Female
-Male
-Transgender
-NonBinaryOrNonConforming
-PreferNotToRespond
-Allowed values:
FemaleMaleTransgenderNonBinaryOrNonConformingPreferNotToRespond
location
string  | nullÂ
optional
second_mobile_country_code
string  | nullÂ
optional
second_mobile_number
integer <int64> | nullÂ
optional
preferred_language
string  | nullÂ
optional
place_id
string  | nullÂ
optional
address
string  | nullÂ
optional
state_code
string  | nullÂ
optional
city_code
string  | nullÂ
optional
country_code
string  | nullÂ
optional
address_pin_code
integer <int32>
optional
emergency_contact_number
string  | nullÂ
optional
emergency_contact_person
string  | nullÂ
optional
source
string  | nullÂ
optional
channel
string  | nullÂ
optional
heartrate_monitoring_id
integer <int32> | nullÂ
optional
referred_by
string  | nullÂ
optional
medical_alert
string  | nullÂ
optional
note
string  | nullÂ
optional
taxnumber
string  | nullÂ
optional
custom_fields
string  | nullÂ
optional
place_id_request
string  | nullÂ
optional
image_base64
string  | nullÂ
optional
password
string  | nullÂ
optional
client_external_cms_id
string  | nullÂ
optional
migration_id
string  | nullÂ
optional
national_id
string  | nullÂ
optional
organisation_id
integer <int32>
optional
promotional_notification_channels_allowed
array[string]Â |Â nullÂ
optional
Allowed values:
NoneEmailSMSWhatsAppMobileNotificationDesktopTask
client_waiver
object (CreateProspectWaiverRequest)Â
optional
book_tour
object (CreateTaskOpenAPIRequest)Â
optional
notes
string  | nullÂ
optional
scheduled_datetime
string <date-time> | nullÂ
optional
Example
{
"prospect": {
"full_name": "string",
"mobile_country_code": "string",
"mobile_number": 0,
"email_id": "string",
"date_of_birth": "2019-08-24",
"gender": "Female",
"location": "string",
"second_mobile_country_code": "string",
"second_mobile_number": 0,
"preferred_language": "string",
"place_id": "string",
"address": "string",
"state_code": "string",
"city_code": "string",
"country_code": "string",
"address_pin_code": 0,
"emergency_contact_number": "string",
"emergency_contact_person": "string",
"source": "string",
"channel": "string",
"heartrate_monitoring_id": 0,
"referred_by": "string",
"medical_alert": "string",
"note": "string",
"taxnumber": "string",
"custom_fields": "string",
"place_id_request": "string",
"image_base64": "string",
"password": "string",
"client_external_cms_id": "string",
"migration_id": "string",
"national_id": "string",
"organisation_id": 0,
"promotional_notification_channels_allowed": [
"None"
],
"client_waiver": {
"waiver_master_id": 0,
"waiver_payload": [
{
"type": "CheckBox",
"key": "string",
"value": null
}
]
}
},
"book_tour": {
"notes": "string",
"scheduled_datetime": "2019-08-24T14:15:22Z"
}
}
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 POST '/open/companies//tenants//tour' \
--header 'Content-Type: application/json' \
--data-raw '{
"prospect": {
"full_name": "string",
"mobile_country_code": "string",
"mobile_number": 0,
"email_id": "string",
"date_of_birth": "2019-08-24",
"gender": "Female",
"location": "string",
"second_mobile_country_code": "string",
"second_mobile_number": 0,
"preferred_language": "string",
"place_id": "string",
"address": "string",
"state_code": "string",
"city_code": "string",
"country_code": "string",
"address_pin_code": 0,
"emergency_contact_number": "string",
"emergency_contact_person": "string",
"source": "string",
"channel": "string",
"heartrate_monitoring_id": 0,
"referred_by": "string",
"medical_alert": "string",
"note": "string",
"taxnumber": "string",
"custom_fields": "string",
"place_id_request": "string",
"image_base64": "string",
"password": "string",
"client_external_cms_id": "string",
"migration_id": "string",
"national_id": "string",
"organisation_id": 0,
"promotional_notification_channels_allowed": [
"None"
],
"client_waiver": {
"waiver_master_id": 0,
"waiver_payload": [
{
"type": "CheckBox",
"key": "string",
"value": null
}
]
}
},
"book_tour": {
"notes": "string",
"scheduled_datetime": "2019-08-24T14:15:22Z"
}
}'
Responses
🟢200OK
text/plain
Body
id
nullÂ
optional
info
array[object (ValidationError) {6}]  | nullÂ
optional
severity
enum<string>Â
optional
Error
-Warning
-Info
-Allowed values:
ErrorWarningInfo
errorCode
string  | nullÂ
optional
errorMessage
string  | nullÂ
optional
identifier
string  | nullÂ
optional
helptext
string  | nullÂ
optional
jsonObject
nullÂ
optional
Example
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}
🟠400Bad Request
Modified at 2025-03-21 07:23:14