POST api/v1/qcare/cancel
QCare Delete the X-Ray order
Request Information
URI Parameters
None.
Body Parameters
voidDtoName | Description | Type | Additional information |
---|---|---|---|
msg_id | string |
None. |
|
accessionNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "msg_id": "sample string 1", "accessionNo": "sample string 2" }
text/html
Sample:
{"$id":"1","msg_id":"sample string 1","accessionNo":"sample string 2"}
application/xml, text/xml
Sample:
<voidDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <msg_id>sample string 1</msg_id> <accessionNo>sample string 2</accessionNo> </voidDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.