GET hasta/DoktorRandevuGun?DrId={DrId}&Tarih={Tarih}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DrId

integer

Required

Tarih

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FNMED_DRRANDEVUGUN_Result
NameDescriptionTypeAdditional information
SAAT

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SAAT": "2024-09-24T03:29:36.9914629+03:00"
  },
  {
    "SAAT": "2024-09-24T03:29:36.9914629+03:00"
  }
]

text/html

Sample:
[{"SAAT":"2024-09-24T03:29:36.9914629+03:00"},{"SAAT":"2024-09-24T03:29:36.9914629+03:00"}]

application/xml, text/xml

Sample:
<ArrayOfFNMED_DRRANDEVUGUN_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <FNMED_DRRANDEVUGUN_Result>
    <SAAT>2024-09-24T03:29:36.9914629+03:00</SAAT>
  </FNMED_DRRANDEVUGUN_Result>
  <FNMED_DRRANDEVUGUN_Result>
    <SAAT>2024-09-24T03:29:36.9914629+03:00</SAAT>
  </FNMED_DRRANDEVUGUN_Result>
</ArrayOfFNMED_DRRANDEVUGUN_Result>