POST api/HeadTest
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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
}
application/xml, text/xml
Sample:
<tbl_HeadTest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EliteCloudApi"> <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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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
}
application/xml, text/xml
Sample:
<tbl_HeadTest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EliteCloudApi"> <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>