Summary
This page contains documentation of lock/unlock surgical pathology report , REST API.
...
URL | http[s]:<host>:<port>/openspecimen/rest/ng/visits/1/spr-lock |
Method | PUT |
content-type | application/json |
Request | { "locked":true } |
Response | { "visitId": "1" , "visitName": "Visit 1", "locked":true, } |
Error Cases
codeCode | Applies to | Status Message |
---|---|---|
200 | All resources | Surgical Pathology Report (SPR) status updated successfully |
401 | All requests | Authorization failed, User doesn't have Authority |
404 | All requests | Visit not found, Visit with given identifier does not exist in the system |
500 | All requests | Internal server error, Encountered server error while performing operations |