GET hasta/GecmisHesapOzeti?HkimlikId={HkimlikId}&SubeId={SubeId}&offSet={offSet}&rowNum={rowNum}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
HkimlikId | integer |
Required |
|
SubeId | integer |
Required |
|
offSet | integer |
Required |
|
rowNum | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FNMED_GECMISHESAPOZETI_ResultName | Description | Type | Additional information |
---|---|---|---|
TARIH | date |
None. |
|
BOLUMADI | string |
None. |
|
DRADI | string |
None. |
|
ITEMADI | string |
None. |
|
HSTTUTAR | decimal number |
None. |
|
KRMTUTAR | decimal number |
None. |
|
SUBEID | integer |
None. |
|
SUBEADI | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TARIH": "2025-04-04T03:17:14.4691459+03:00", "BOLUMADI": "sample string 1", "DRADI": "sample string 2", "ITEMADI": "sample string 3", "HSTTUTAR": 1.0, "KRMTUTAR": 1.0, "SUBEID": 1, "SUBEADI": "sample string 4" }, { "TARIH": "2025-04-04T03:17:14.4691459+03:00", "BOLUMADI": "sample string 1", "DRADI": "sample string 2", "ITEMADI": "sample string 3", "HSTTUTAR": 1.0, "KRMTUTAR": 1.0, "SUBEID": 1, "SUBEADI": "sample string 4" } ]
text/html
Sample:
[{"TARIH":"2025-04-04T03:17:14.4691459+03:00","BOLUMADI":"sample string 1","DRADI":"sample string 2","ITEMADI":"sample string 3","HSTTUTAR":1.0,"KRMTUTAR":1.0,"SUBEID":1,"SUBEADI":"sample string 4"},{"TARIH":"2025-04-04T03:17:14.4691459+03:00","BOLUMADI":"sample string 1","DRADI":"sample string 2","ITEMADI":"sample string 3","HSTTUTAR":1.0,"KRMTUTAR":1.0,"SUBEID":1,"SUBEADI":"sample string 4"}]
application/xml, text/xml
Sample:
<ArrayOfFNMED_GECMISHESAPOZETI_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB"> <FNMED_GECMISHESAPOZETI_Result> <BOLUMADI>sample string 1</BOLUMADI> <DRADI>sample string 2</DRADI> <HSTTUTAR>1</HSTTUTAR> <ITEMADI>sample string 3</ITEMADI> <KRMTUTAR>1</KRMTUTAR> <SUBEADI>sample string 4</SUBEADI> <SUBEID>1</SUBEID> <TARIH>2025-04-04T03:17:14.4691459+03:00</TARIH> </FNMED_GECMISHESAPOZETI_Result> <FNMED_GECMISHESAPOZETI_Result> <BOLUMADI>sample string 1</BOLUMADI> <DRADI>sample string 2</DRADI> <HSTTUTAR>1</HSTTUTAR> <ITEMADI>sample string 3</ITEMADI> <KRMTUTAR>1</KRMTUTAR> <SUBEADI>sample string 4</SUBEADI> <SUBEID>1</SUBEID> <TARIH>2025-04-04T03:17:14.4691459+03:00</TARIH> </FNMED_GECMISHESAPOZETI_Result> </ArrayOfFNMED_GECMISHESAPOZETI_Result>