Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use this API to create one or more aliquot requirements from a given parent requirement.

URL/openspecimen/rest/ng/specimen-requirements/{parentReqId}/aliquots
MethodPOST                                                                    
Body


Code Block
{
  "code": "PL",
  "noOfAliquots": 5,
  "qtyPerAliquot": 2
}            


                                                                        

...