...
URL | http://<host>:<port>/ catissuecore/rest/ng/specimen-lists/{specimenListId}/specimens?operation=[UPDATE|REMOVE|ADD] |
Method | PUT |
Content-Type | application/json |
Request | [ 15, 16, 17] |
Response | [ { "id": 15, "label": "SSCP Spec 1213" }, { "id": 16, "label": "SSCP Spec 12131214" }, { "id": 17, "label": "SSCP Spec 12131215" } ] |
Error Cases
code | Applies to | Status Message |
---|---|---|
200 | All resources | Specimen-list has updated successfully. |
400 | All requests | Invalid parameters, i.e. invalid specimen-list id. |
401 | All requests | Authorization failed, User doesn’t have Authority. |
500 | All requests | Internal server error, Encountered server error while performing operations |
...