- APIs
- API Reference
- Services
-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
Create Service
Creates service
/services/create
https://api.oauth.pabau.com/{api_key}/services/create
Request
Query Parameters: | |
api_key * | |
name * | String |
category_id * | System ID of a service category |
price | Float |
duration | Integer (minutes) |
friendly_name | String |
vat_id | System ID of the VAT |
Response sample
application/json
{
"success": true,
"message": "Service Created",
"service_id": {ID}
}