...
URL: http[s]:<host>:<port>/openspecimen/rest/ng/
...
shipments
Use this resource URL to create a shipment in the openSpecimen applicationOpenSpecimen application. Use HTTP POST 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 shipmentshipment (Optional). |
trackingUrl | Courier tracking URLURL (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 | Activity status Status of shipment (Optional). Permissible values are {'Pending', 'Shipped, Received '} |
senderComments | Comments from the sender Sender of the shipment (Optional). |
shipmentItemshipmentSpmns | Collection of specimens |
Response :
Response of this event contains details of newly created shipment.
Example :
to be shipped. When the shipment type is 'SPECIMEN'. | |
shipmentContainers | Collection of shipments to be shipped. When the shipment type is 'CONTAINER'. |
Example:
#1 Below is an example of creating a 'SPECIMEN' type shipment:
Expand |
---|
...
|
...
|
...
|
...
...
|
#2 Below is an example of creating a 'CONTAINER' type shipment:
Expand | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Error Cases
code | Applies to | Status Message |
---|---|---|
200 | All resources | Shipment The shipment has been created 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. |