GET api/HeadTest?encid={encid}&code={code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| encid | string |
Required |
|
| code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of tbl_HeadTest| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Encid | string |
None. |
|
| Code | string |
None. |
|
| HTestName | string |
None. |
|
| PrintName | string |
None. |
|
| Category | string |
None. |
|
| HideShow | boolean |
None. |
|
| BillOnly | boolean |
None. |
|
| Rate | decimal number |
None. |
|
| Department | string |
None. |
|
| Orderid | integer |
None. |
|
| Mrp | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"Encid": "sample string 2",
"Code": "sample string 3",
"HTestName": "sample string 4",
"PrintName": "sample string 5",
"Category": "sample string 6",
"HideShow": true,
"BillOnly": true,
"Rate": 1.0,
"Department": "sample string 7",
"Orderid": 8,
"Mrp": 1.0
},
{
"id": 1,
"Encid": "sample string 2",
"Code": "sample string 3",
"HTestName": "sample string 4",
"PrintName": "sample string 5",
"Category": "sample string 6",
"HideShow": true,
"BillOnly": true,
"Rate": 1.0,
"Department": "sample string 7",
"Orderid": 8,
"Mrp": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOftbl_HeadTest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EliteCloudApi">
<tbl_HeadTest>
<BillOnly>true</BillOnly>
<Category>sample string 6</Category>
<Code>sample string 3</Code>
<Department>sample string 7</Department>
<Encid>sample string 2</Encid>
<HTestName>sample string 4</HTestName>
<HideShow>true</HideShow>
<Mrp>1</Mrp>
<Orderid>8</Orderid>
<PrintName>sample string 5</PrintName>
<Rate>1</Rate>
<id>1</id>
</tbl_HeadTest>
<tbl_HeadTest>
<BillOnly>true</BillOnly>
<Category>sample string 6</Category>
<Code>sample string 3</Code>
<Department>sample string 7</Department>
<Encid>sample string 2</Encid>
<HTestName>sample string 4</HTestName>
<HideShow>true</HideShow>
<Mrp>1</Mrp>
<Orderid>8</Orderid>
<PrintName>sample string 5</PrintName>
<Rate>1</Rate>
<id>1</id>
</tbl_HeadTest>
</ArrayOftbl_HeadTest>