v1

latestOpenAPI 3.0.02026-07-26550199.6 KB
appointment

Cancel a single appointment

Cancel a single appointment

post/appointments/{id}/cancellation

Path parameters

idinteger 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