cancelHandling
POST
/hna/handlings:cancelCancel any handling, by cancelling an attached handling, the handling will be detached from the visit.
Request
Body Params application/json
handlingId
string
required
Unique identifier of the handling/container which was generated on the creation of the handling.
Example:
d7727b42-b7d3-490e-aa70-619d7717b1d1
Example
{
"handlingId": "d7727b42-b7d3-490e-aa70-619d7717b1d1"
}
Request samples
Responses
default response(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 6 months ago