POST doktor/MuayeneListesi?DrId={DrId}&Offset={Offset}&Rownum={Rownum}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| DrId | integer | 
                                 Required  | 
                |
| Offset | integer | 
                                 Required  | 
                |
| Rownum | integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Collection of FNMED_DOKTOR_BUGUNUNMUAYENELISTESI_Result| Name | Description | Type | Additional information | 
|---|---|---|---|
| HMUAYENEID | integer | 
                             None.  | 
                |
| HADISOYADI | string | 
                             None.  | 
                |
| ITARIH | date | 
                             None.  | 
                |
| ITEMADI | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "HMUAYENEID": 1,
    "HADISOYADI": "sample string 2",
    "ITARIH": "2025-11-04T14:28:35.2357606+03:00",
    "ITEMADI": "sample string 3"
  },
  {
    "HMUAYENEID": 1,
    "HADISOYADI": "sample string 2",
    "ITARIH": "2025-11-04T14:28:35.2357606+03:00",
    "ITEMADI": "sample string 3"
  }
]
        text/html
            Sample:
        
[{"HMUAYENEID":1,"HADISOYADI":"sample string 2","ITARIH":"2025-11-04T14:28:35.2357606+03:00","ITEMADI":"sample string 3"},{"HMUAYENEID":1,"HADISOYADI":"sample string 2","ITARIH":"2025-11-04T14:28:35.2357606+03:00","ITEMADI":"sample string 3"}]
        application/xml, text/xml
            Sample:
<ArrayOfFNMED_DOKTOR_BUGUNUNMUAYENELISTESI_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <FNMED_DOKTOR_BUGUNUNMUAYENELISTESI_Result>
    <HADISOYADI>sample string 2</HADISOYADI>
    <HMUAYENEID>1</HMUAYENEID>
    <ITARIH>2025-11-04T14:28:35.2357606+03:00</ITARIH>
    <ITEMADI>sample string 3</ITEMADI>
  </FNMED_DOKTOR_BUGUNUNMUAYENELISTESI_Result>
  <FNMED_DOKTOR_BUGUNUNMUAYENELISTESI_Result>
    <HADISOYADI>sample string 2</HADISOYADI>
    <HMUAYENEID>1</HMUAYENEID>
    <ITARIH>2025-11-04T14:28:35.2357606+03:00</ITARIH>
    <ITEMADI>sample string 3</ITEMADI>
  </FNMED_DOKTOR_BUGUNUNMUAYENELISTESI_Result>
</ArrayOfFNMED_DOKTOR_BUGUNUNMUAYENELISTESI_Result>