Versions Compared

Key

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

...

API

http[s]://<host>:<port>/openspecimen/rest/ng/distribution-protocols/{dp-id}/reserved-specimens

Method

POSTPUT

Body

Code Block
{
  "cancelOp": true,
  "specimens": [
    {
      "id": <spmn-id-1>,
      "cpShortTitle": <spmn-cp-1>,
      "label": <spmn-label-1>,
      "barcode": <spmn-barcode-1>
    },
    {
      "id": <spmn-id-2>,
      "cpShortTitle": <spmn-cp-2>,
      "label": <spmn-label-2>,
      "barcode": <spmn-barcode-2>
    },
    ... many more specimens ...
  ]
}

...