POST hasta/GecmisTetkikTest?TetkikId={TetkikId}&Offset={Offset}&Rownum={Rownum}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TetkikId | integer |
Required |
|
| Offset | integer |
Required |
|
| Rownum | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FNMED_GECMISTETKIKTEST_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ITEMADI | string |
None. |
|
| TESTADI | string |
None. |
|
| OLCUM | string |
None. |
|
| SONUCR | decimal number |
None. |
|
| BIRIM | string |
None. |
|
| SONUCY | string |
None. |
|
| MIND | decimal number |
None. |
|
| MIND2 | decimal number |
None. |
|
| MAXD | decimal number |
None. |
|
| MAXD2 | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ITEMADI": "sample string 1",
"TESTADI": "sample string 2",
"OLCUM": "sample string 3",
"SONUCR": 1.1,
"BIRIM": "sample string 4",
"SONUCY": "sample string 5",
"MIND": 1.1,
"MIND2": 1.1,
"MAXD": 1.1,
"MAXD2": 1.1
},
{
"ITEMADI": "sample string 1",
"TESTADI": "sample string 2",
"OLCUM": "sample string 3",
"SONUCR": 1.1,
"BIRIM": "sample string 4",
"SONUCY": "sample string 5",
"MIND": 1.1,
"MIND2": 1.1,
"MAXD": 1.1,
"MAXD2": 1.1
}
]
text/html
Sample:
[{"ITEMADI":"sample string 1","TESTADI":"sample string 2","OLCUM":"sample string 3","SONUCR":1.1,"BIRIM":"sample string 4","SONUCY":"sample string 5","MIND":1.1,"MIND2":1.1,"MAXD":1.1,"MAXD2":1.1},{"ITEMADI":"sample string 1","TESTADI":"sample string 2","OLCUM":"sample string 3","SONUCR":1.1,"BIRIM":"sample string 4","SONUCY":"sample string 5","MIND":1.1,"MIND2":1.1,"MAXD":1.1,"MAXD2":1.1}]
application/xml, text/xml
Sample:
<ArrayOfFNMED_GECMISTETKIKTEST_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
<FNMED_GECMISTETKIKTEST_Result>
<BIRIM>sample string 4</BIRIM>
<ITEMADI>sample string 1</ITEMADI>
<MAXD>1.1</MAXD>
<MAXD2>1.1</MAXD2>
<MIND>1.1</MIND>
<MIND2>1.1</MIND2>
<OLCUM>sample string 3</OLCUM>
<SONUCR>1.1</SONUCR>
<SONUCY>sample string 5</SONUCY>
<TESTADI>sample string 2</TESTADI>
</FNMED_GECMISTETKIKTEST_Result>
<FNMED_GECMISTETKIKTEST_Result>
<BIRIM>sample string 4</BIRIM>
<ITEMADI>sample string 1</ITEMADI>
<MAXD>1.1</MAXD>
<MAXD2>1.1</MAXD2>
<MIND>1.1</MIND>
<MIND2>1.1</MIND2>
<OLCUM>sample string 3</OLCUM>
<SONUCR>1.1</SONUCR>
<SONUCY>sample string 5</SONUCY>
<TESTADI>sample string 2</TESTADI>
</FNMED_GECMISTETKIKTEST_Result>
</ArrayOfFNMED_GECMISTETKIKTEST_Result>