- 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
Update service
Update service's name, duration, description and price
/services/{service_id}/update
https://api.oauth.pabau.com/{api_key}/services/{service_id}/update
Request
Query Parameters: | |
api_key * | |
service_id * | System ID of the appointment |
name | String |
duration | Int (in minutes) |
description | String |
price | Float |
Response sample
application/json
{
"success": true,
"message": "Appointment updated successfully"
}