Example calls
Cancel action
If a self-executed action needs to be cancelled, the 'Cancel' function is available. Only actions created with the same identity can be cancelled. The following actions can be cancelled: Dispense, Partial Dispense, Cancel.
Request
shellscript
curl --location -X POST 'http://localhost:8082/ePrescription/cancel/{erezept_unique_id}/event/{event_id}' \
--header 'Authorization: Bearer acs:{bearer_token}'Response
shellscript
HTTP/200 OK