Versions Compared

Key

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

...

URLhttp://<host>:<port>/catissuecore/rest/ng/specimen-lists/{specimenListId}/specimens?operation=[UPDATE|REMOVE|ADD]
MethodPUT
Content-Typeapplication/json
Request[ 15, 16, 17]
Response

[

    {

        "id": 15,

        "label": "SSCP Spec 1213"

    },

    {

        "id": 16,

        "label": "SSCP Spec 12131214"

    },

    {

        "id": 17,

        "label": "SSCP Spec 12131215"

    }

]

Error Cases

code
Applies to
Status Message
200All resourcesSpecimen-list has updated successfully.
400All requestsInvalid parameters, i.e. invalid specimen-list id.
401All requestsAuthorization failed, User doesn’t have Authority.
500All requestsInternal server error, Encountered server error while performing operations

...