cURL
curl --request PUT \ --url https://api.splose.com/v1/appointments/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "start": "2024-08-28T01:15:00.000Z", "end": "2024-09-22T11:45:00.000Z", "serviceId": 1, "locationId": 1, "practitionerId": 1, "caseId": 1, "patientId": 1 }'
1
Update single appointment
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x > 0
Return 1 on success
The response is of type enum<number>.
enum<number>