GET api/Reagent/Get

Request Information

URI Parameters

None.

Body Parameters

ReagentRequest
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

CompanyID

integer

None.

CompanyName

string

None.

ReagentName

string

None.

ReagentType

ReagentType

None.

Technique

Technique

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "CompanyID": 3,
  "CompanyName": "sample string 4",
  "ReagentName": "sample string 5",
  "ReagentType": 0,
  "Technique": 0
}

application/xml, text/xml

Sample:
<ReagentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HIV.ContractModel">
  <CompanyID>3</CompanyID>
  <CompanyName>sample string 4</CompanyName>
  <ID>1</ID>
  <Name>sample string 2</Name>
  <ReagentName>sample string 5</ReagentName>
  <ReagentType>NULL</ReagentType>
  <Technique>NULL</Technique>
</ReagentRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.