GET doktor/IlacKulSekil
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FNMED_ILACKULSEKIL_Result| Name | Description | Type | Additional information | 
|---|---|---|---|
| ILACKULSEKLIID | integer | 
                             None.  | 
                |
| ILACKULSEKLIADI | string | 
                             None.  | 
                |
| AKTIF | boolean | 
                             None.  | 
                |
| GUNCTARIHI | date | 
                             None.  | 
                |
| SIRA | integer | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "ILACKULSEKLIID": 1,
    "ILACKULSEKLIADI": "sample string 2",
    "AKTIF": true,
    "GUNCTARIHI": "2025-11-04T14:26:04.2807176+03:00",
    "SIRA": 3
  },
  {
    "ILACKULSEKLIID": 1,
    "ILACKULSEKLIADI": "sample string 2",
    "AKTIF": true,
    "GUNCTARIHI": "2025-11-04T14:26:04.2807176+03:00",
    "SIRA": 3
  }
]
        text/html
            Sample:
        
[{"ILACKULSEKLIID":1,"ILACKULSEKLIADI":"sample string 2","AKTIF":true,"GUNCTARIHI":"2025-11-04T14:26:04.2807176+03:00","SIRA":3},{"ILACKULSEKLIID":1,"ILACKULSEKLIADI":"sample string 2","AKTIF":true,"GUNCTARIHI":"2025-11-04T14:26:04.2807176+03:00","SIRA":3}]
        application/xml, text/xml
            Sample:
<ArrayOfFNMED_ILACKULSEKIL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <FNMED_ILACKULSEKIL_Result>
    <AKTIF>true</AKTIF>
    <GUNCTARIHI>2025-11-04T14:26:04.2807176+03:00</GUNCTARIHI>
    <ILACKULSEKLIADI>sample string 2</ILACKULSEKLIADI>
    <ILACKULSEKLIID>1</ILACKULSEKLIID>
    <SIRA>3</SIRA>
  </FNMED_ILACKULSEKIL_Result>
  <FNMED_ILACKULSEKIL_Result>
    <AKTIF>true</AKTIF>
    <GUNCTARIHI>2025-11-04T14:26:04.2807176+03:00</GUNCTARIHI>
    <ILACKULSEKLIADI>sample string 2</ILACKULSEKLIADI>
    <ILACKULSEKLIID>1</ILACKULSEKLIID>
    <SIRA>3</SIRA>
  </FNMED_ILACKULSEKIL_Result>
</ArrayOfFNMED_ILACKULSEKIL_Result>