Leave a comment at the end of this page or email contact@krishagni.com
Update Shipment
URL: http[s]:<host>:<port>/openspecimen/rest/ng/shipments/{id}
Use this URL to update a shipment in the OpenSpecimen application. Use HTTP PUT 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 |
---|---|
name | Name of the shipment. |
type | Type of the shipment (Optional). Permissible values are {'SPECIMEN', 'CONTAINER'} |
courierName | Courier name of which shipping sent (Optional). |
trackingNumber | Courier tracking number for a shipment (Optional). |
trackingUrl | Courier tracking URL (Optional). |
sendingSite | Sender site name. |
receivingInstitute | Receiving institute name (Optional). |
receivingSite | Receiver site name. |
notifyUsers | Collection of users to be notified (Optional). |
shippedDate | Date of shipping (Optional). |
senderComments | Sender comments (Optional). |
status | Status of shipment. Permissible values are {'Pending', 'Shipped'} |
senderComments | Comments from the sender of the shipment (Optional). |
shipmentSpmns | Collection of specimens to be shipped. When the shipment type is 'SPECIMEN'. |
shipmentContainers | Collection of shipments to be shipped. When the shipment type is 'CONTAINER'. |
Example:
Below is an example of updating a shipment:
Error Cases
code | Applies to | Status Message |
---|---|---|
200 | All resources | The Shipment has been updated successfully. |
400 | All requests | Invalid parameters, e.g Invalid Users, Invalid Specimen-List id, Null or empty label, barcode. |
401 | All requests | Authorization failed, User doesn’t have Authority. |
500 | All requests | Internal server error, Encountered server error while performing operations. |
Leave a comment at the end of this page or email contact@krishagni.com