Create appointment

Creates appointment

post-api /appointments/create

https://api.oauth.pabau.com/{api_key}/appointments/create

Request

Query Parameters:  
api_key *  
employee_id * System ID of the user
service_id * System ID of the service
location_id * System ID of the location
contact_id * System ID of the contact
start_time * Date (d-m-Y H:i)
end_time Date (d-m-Y H:i) - if not sent it will take the service duration
title String

Response sample

application/json

{
    "success": true,
    "message": "Appointment created successfully"
}