GET api/Company/Get/List

Request Information

URI Parameters

None.

Body Parameters

CompanyListRequest
NameDescriptionTypeAdditional information
Name

string

None.

ReagentType

ReagentType

None.

Technique

Technique

None.

pageIndex

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "ReagentType": 0,
  "Technique": 0,
  "pageIndex": 2,
  "pageSize": 3
}

application/xml, text/xml

Sample:
<CompanyListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HIV.ContractModel">
  <pageIndex>2</pageIndex>
  <pageSize>3</pageSize>
  <Name>sample string 1</Name>
  <ReagentType>NULL</ReagentType>
  <Technique>NULL</Technique>
</CompanyListRequest>

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.