catissuecore/rest/ng/s torage-containers/{storageContainerId}
Use this resource to close the Storage Container. Use HTTP DELETE method to call this API by passing the below details in JSON format.
Below are the attributes which need to be sent in the request body:
Parameter | Details |
---|---|
StorageContainerId | Id of the Storage Container |
http[s]:<host>:<port>/catissuecore/rest/ng/storage-containers
Use this URL to close Storage Container in caTissue application.
Result:
The response of this request will contains the details of the closed Storage Container.
Below is the example of the close Storage Container :
URL | http://<host>:<port>/ catissuecore/rest/ng/storage-containers/{storageContainerId} |
Method | DELETE |
Request | application /json |
Response | "success" |
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | StorageContainer has been closed successfully |
401 | All requests | Authorization failed, User doesn’t have Authority |
404 | All requests | StorageContainer not found, StorageContainer with given details not present in the system |
500 | All requests | Internal server error, Encountered server error while performing operations |