- 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 service category collections
GET
/tenants/{tenant_id}/servicecategories_and_charges_payments
Service Categories
Request
Path Params
tenant_id
integer <int32>
required
Query Params
from_date
string <date-time>
required
to_date
string <date-time>
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//servicecategories_and_charges_payments?from_date&to_date'
Responses
🟢200OK
text/plain
Body
items
array[object (ServiceCategorywiseCollectionResponse) {21}]  | nullÂ
optional
invline_id
integer <int64>
optional
invline_inv_id
integer <int64>
optional
invline_type
enum<string>Â
optional
Service
-Product
-Charge
-Allowed values:
ServiceProductCharge
invline_svc_category_id
integer <int32>
optional
invline_svc_category_name_primary_language
string  | nullÂ
optional
invline_svc_category_name_secondary_language
string  | nullÂ
optional
invline_chrg_category_id
integer <int32>
optional
invline_chrg_category_name_primary_language
string  | nullÂ
optional
invline_chrg_category_name_secondary_language
string  | nullÂ
optional
payment_date
string <date-time>
optional
payment_number
string  | nullÂ
optional
payment_status
enum<string>Â
optional
Open
-PartiallyOpen
-Closed
-Void
-Refunded
-Allowed values:
OpenPartiallyOpenClosedVoidRefunded
paymode_level1
enum<string>Â
optional
Cash
-Card
-NetBanking
-UPI
-Wallet
-ACH
-Cheque
-Other
-Emandate
-Adjustment
-PayTo
-Allowed values:
CashCardNetBankingUPIWalletACHChequeOtherEmandateAdjustmentPayTo
payment_mode_level2_id
enum<string>Â
optional
Cash
-Debit
-Credit
-Emandate
-UPI
-Paytm
-AmazonPay
-Venmo
-ACH
-Cheque
-Sodexo
-NetBanking
-ApplePay
-CareemPay
-Knet
-OmanPay
-Fawry
-Benefit
-Mada
-Tabby
-Transfer
-PayTo
-Card
-GCash
-GooglePay
-Link
-Allowed values:
CashDebitCreditEmandateUPIPaytmAmazonPayVenmoACHChequeSodexoNetBankingApplePayCareemPayKnetOmanPayFawryBenefitMadaTabbyTransferPayToCardGCashGooglePayLink
payment_mode_master_id
integer <int32>
optional
amount_in_minor_currency
number <double>
optional
currency_code
string  | nullÂ
optional
created_by
integer <int32>
optional
created_date
string <date-time>
optional
updated_by
integer <int32>
optional
updated_date
string <date-time>
optional
Example
{
"items": [
{
"invline_id": 0,
"invline_inv_id": 0,
"invline_type": "Service",
"invline_svc_category_id": 0,
"invline_svc_category_name_primary_language": "string",
"invline_svc_category_name_secondary_language": "string",
"invline_chrg_category_id": 0,
"invline_chrg_category_name_primary_language": "string",
"invline_chrg_category_name_secondary_language": "string",
"payment_date": "2019-08-24T14:15:22Z",
"payment_number": "string",
"payment_status": "Open",
"paymode_level1": "Cash",
"payment_mode_level2_id": "Cash",
"payment_mode_master_id": 0,
"amount_in_minor_currency": 0,
"currency_code": "string",
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z",
"updated_by": 0,
"updated_date": "2019-08-24T14:15:22Z"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
Modified at 2025-03-21 07:23:14