v1

latestOpenAPI 3.0.02026-07-26550199.6 KB
appointment

Update single appointment

Update single appointment

put/appointments/{id}

Path parameters

idinteger required
Example:1

Request body

serviceIdinteger nullable

The service id of this appointment

locationIdinteger

The location id of this appointment

practitionerIdinteger

The practitioner id of this appointment

caseIdinteger nullable

The case id of this appointment

patientIdinteger

The patient id of this appointment

Example request

{
  "serviceId": 1,
  "locationId": 1,
  "practitionerId": 1,
  "caseId": 1,
  "patientId": 1
}

Response

Return 1 on success