GET hasta/DoktorRandevuGun?DrId={DrId}&Tarih={Tarih}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DrId | integer |
Required |
|
| Tarih | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FNMED_DRRANDEVUGUN_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| SAAT | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SAAT": "2025-12-22T14:49:57.2118556+03:00"
},
{
"SAAT": "2025-12-22T14:49:57.2118556+03:00"
}
]
text/html
Sample:
[{"SAAT":"2025-12-22T14:49:57.2118556+03:00"},{"SAAT":"2025-12-22T14:49:57.2118556+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>2025-12-22T14:49:57.2118556+03:00</SAAT>
</FNMED_DRRANDEVUGUN_Result>
<FNMED_DRRANDEVUGUN_Result>
<SAAT>2025-12-22T14:49:57.2118556+03:00</SAAT>
</FNMED_DRRANDEVUGUN_Result>
</ArrayOfFNMED_DRRANDEVUGUN_Result>