/{version}/reagentkits/{reagentkitid}
The following operations are supported on this resource:
Displays the XML representation of a specified reagent kit.
Parameters
name |
description |
type |
default |
reagentkitid |
The id of the reagent kit to display.
|
path |
|
Output Payload
element |
produceable content type(s) |
reagent-kit (XML)
|
|
description |
The system returns a response that includes the XML representation of the reagent kit. |
Updates the reagent kit in the system.
When updating a reagent kit, you must specify the name of the reagent kit you want to update.
Unless your XML specifies a particular archived state, the system will not update the archived state of the reagent kit.
An example of a <reagent-kit> is as follows:
<kit:reagent-kit xmlns:kit="http://genologics.com/ri/reagentkit" uri="http://localhost:8080/api/v2/reagentkits/101">
<name>Affy-3a</name>
<supplier>Supplies Inc.</supplier>
<catalogue-number>1-AF-A</catalogue-number>
<website>www.suppliesinc.com</website>
<archived>false</archived>
</kit:reagent-kit>
Parameters
name |
description |
type |
default |
reagentkitid |
The ID of the reagent kit you would like to display.
|
path |
|
Input Payload
element |
consumeable content type(s) |
reagent-kit (XML)
|
|
description |
The information about the reagent kit you would like to update. |
Output Payload
element |
produceable content type(s) |
reagent-kit (XML)
|
|
description |
When the reagent kit is successfully updated, the system returns an HTTP 200 (OK) code with a response body that includes the
updated attributes of the reagent kit. |