v1

latestOpenAPI 3.0.02026-07-26550199.6 KB
appointment

Cancel a patient's participation in a group appointment

Cancel a single patient's participation in a group appointment

post/appointments/{id}/patients/{patientId}/cancellation

Path parameters

idinteger required
Example:1
patientIdinteger required
Example:1

Request body

reasonIdinteger required

The cancellation reason id

notestring

An optional note for the cancellation

Example request

{
  "reasonId": 1,
  "note": "Patient called to cancel"
}

Response

Return 1 on success

All 55 operations