GET doktor/HastaReceleter?KimlikId={KimlikId}&Offset={Offset}&Rownum={Rownum}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
KimlikId | integer |
Required |
|
Offset | integer |
Required |
|
Rownum | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FNMED_DOKTOR_HASTARECETELER_ResultName | Description | Type | Additional information |
---|---|---|---|
HRECETEID | integer |
None. |
|
BOLUMADI | string |
None. |
|
DRADI | string |
None. |
|
HRECTARIH | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "HRECETEID": 1, "BOLUMADI": "sample string 2", "DRADI": "sample string 3", "HRECTARIH": "2025-04-04T03:12:00.1057956+03:00" }, { "HRECETEID": 1, "BOLUMADI": "sample string 2", "DRADI": "sample string 3", "HRECTARIH": "2025-04-04T03:12:00.1057956+03:00" } ]
text/html
Sample:
[{"HRECETEID":1,"BOLUMADI":"sample string 2","DRADI":"sample string 3","HRECTARIH":"2025-04-04T03:12:00.1057956+03:00"},{"HRECETEID":1,"BOLUMADI":"sample string 2","DRADI":"sample string 3","HRECTARIH":"2025-04-04T03:12:00.1057956+03:00"}]
application/xml, text/xml
Sample:
<ArrayOfFNMED_DOKTOR_HASTARECETELER_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB"> <FNMED_DOKTOR_HASTARECETELER_Result> <BOLUMADI>sample string 2</BOLUMADI> <DRADI>sample string 3</DRADI> <HRECETEID>1</HRECETEID> <HRECTARIH>2025-04-04T03:12:00.1057956+03:00</HRECTARIH> </FNMED_DOKTOR_HASTARECETELER_Result> <FNMED_DOKTOR_HASTARECETELER_Result> <BOLUMADI>sample string 2</BOLUMADI> <DRADI>sample string 3</DRADI> <HRECETEID>1</HRECETEID> <HRECTARIH>2025-04-04T03:12:00.1057956+03:00</HRECTARIH> </FNMED_DOKTOR_HASTARECETELER_Result> </ArrayOfFNMED_DOKTOR_HASTARECETELER_Result>