Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Summary

This page contains documentation for deleting Shipment.

 

Request Details

ParameterDetails
shipmentIdIdentifier of shipment

Result

Response will contain details of deleted shipment

 

URLhttp://<host>:<port>/catissuecore/rest/ng/shipments/{id}
MethodDELETE
Content-Typeapplication/json
Response
{
"id" : 1,
"label" : "Brain Cancer Specimen Lists",
"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"
}

 

Error Cases

code
Applies to
Status Message
200All resourcesShipment has been updated successfully.
400All requestsInvalid parameters, e.g Invalid shipment id.
401All requestsAuthorization failed, User doesn’t have Authority.
500All requestsInternal server error, Encountered server error while performing operations.
  • No labels