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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required
Required range: x > 0
Example:

1

Body

application/json

Response

200 - text

Return 1 on success

The response is of type enum<number>.

Available options:
1