GET doktor/IlacKulSekil

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FNMED_ILACKULSEKIL_Result
NameDescriptionTypeAdditional 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": "2024-09-24T03:35:13.8550128+03:00",
    "SIRA": 3
  },
  {
    "ILACKULSEKLIID": 1,
    "ILACKULSEKLIADI": "sample string 2",
    "AKTIF": true,
    "GUNCTARIHI": "2024-09-24T03:35:13.8550128+03:00",
    "SIRA": 3
  }
]

text/html

Sample:
[{"ILACKULSEKLIID":1,"ILACKULSEKLIADI":"sample string 2","AKTIF":true,"GUNCTARIHI":"2024-09-24T03:35:13.8550128+03:00","SIRA":3},{"ILACKULSEKLIID":1,"ILACKULSEKLIADI":"sample string 2","AKTIF":true,"GUNCTARIHI":"2024-09-24T03:35:13.8550128+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>2024-09-24T03:35:13.8550128+03:00</GUNCTARIHI>
    <ILACKULSEKLIADI>sample string 2</ILACKULSEKLIADI>
    <ILACKULSEKLIID>1</ILACKULSEKLIID>
    <SIRA>3</SIRA>
  </FNMED_ILACKULSEKIL_Result>
  <FNMED_ILACKULSEKIL_Result>
    <AKTIF>true</AKTIF>
    <GUNCTARIHI>2024-09-24T03:35:13.8550128+03:00</GUNCTARIHI>
    <ILACKULSEKLIADI>sample string 2</ILACKULSEKLIADI>
    <ILACKULSEKLIID>1</ILACKULSEKLIID>
    <SIRA>3</SIRA>
  </FNMED_ILACKULSEKIL_Result>
</ArrayOfFNMED_ILACKULSEKIL_Result>