Update service

Update service's name, duration, description and price

post-api /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"
}