POST doktor/MuayeneListesi?DrId={DrId}&Offset={Offset}&Rownum={Rownum}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DrId

integer

Required

Offset

integer

Required

Rownum

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FNMED_DOKTOR_BUGUNUNMUAYENELISTESI_Result
NameDescriptionTypeAdditional 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": "2024-09-24T03:31:40.7898605+03:00",
    "ITEMADI": "sample string 3"
  },
  {
    "HMUAYENEID": 1,
    "HADISOYADI": "sample string 2",
    "ITARIH": "2024-09-24T03:31:40.7898605+03:00",
    "ITEMADI": "sample string 3"
  }
]

text/html

Sample:
[{"HMUAYENEID":1,"HADISOYADI":"sample string 2","ITARIH":"2024-09-24T03:31:40.7898605+03:00","ITEMADI":"sample string 3"},{"HMUAYENEID":1,"HADISOYADI":"sample string 2","ITARIH":"2024-09-24T03:31:40.7898605+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>2024-09-24T03:31:40.7898605+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>2024-09-24T03:31:40.7898605+03:00</ITARIH>
    <ITEMADI>sample string 3</ITEMADI>
  </FNMED_DOKTOR_BUGUNUNMUAYENELISTESI_Result>
</ArrayOfFNMED_DOKTOR_BUGUNUNMUAYENELISTESI_Result>