Cancel Encounter
curl --location 'https://encounters.play.medeintegra.dev/encounters/encounterId/events/cancel' \
--header 'Authorization: Bearer <<JWT_TOKEN>>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancellationReason": "INCORRECT_MOBILE"
}'
API Fields Description
Cancellation Reasons
| Field | Description | Type | Required |
|---|---|---|---|
| cancellation reasons | "Incorrect number" or "User could not understand the doctor" or "User not answering" | String | Yes |
| encounterId | encounterId of patient | String | Yes |