...
Request Details
Parameter | Details |
---|---|
shipmentIdlabel | Identifier label of shipment which is unique attribute. |
Result
Response will contain details of deleted shipment
...
URL | http://<host>:<port>/ catissuecore/rest/ng/shipments/{idlabel} |
Method | DELETE |
Content-Type | application/json |
Response | { "id" : 1, "label" : "Brain Cancer Specimen ListsSh", "barcode" : "11111", "specimenListIdentifier" : 1, "senderSite" : "Site A", "receiverSite" : "Site B", "senderContactPerson" : "siteA.admin@admin.com", "receiverContactPerson" : "siteB.admin@admin.com" "senderComments" : "comments", "sendDate" : "2014-01-01", "courierName" : "xyz", "courierTrackingId" : "CT123", "courierTrackingUrl" : "xyz.com" } |
...