POST api/DoktorRandevuGun?SubeId={SubeId}&DrId={DrId}&Tarih={Tarih}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SubeId | integer |
Required |
|
DrId | integer |
Required |
|
Tarih | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MEDWEB_DRRANDEVUGUN_ResultName | Description | Type | Additional information |
---|---|---|---|
SAAT | date |
None. |
|
ek | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SAAT": "2025-04-04T03:08:32.8710885+03:00", "ek": true }, { "SAAT": "2025-04-04T03:08:32.8710885+03:00", "ek": true } ]
text/html
Sample:
[{"SAAT":"2025-04-04T03:08:32.8710885+03:00","ek":true},{"SAAT":"2025-04-04T03:08:32.8710885+03:00","ek":true}]
application/xml, text/xml
Sample:
<ArrayOfMEDWEB_DRRANDEVUGUN_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB"> <MEDWEB_DRRANDEVUGUN_Result> <SAAT>2025-04-04T03:08:32.8710885+03:00</SAAT> <ek>true</ek> </MEDWEB_DRRANDEVUGUN_Result> <MEDWEB_DRRANDEVUGUN_Result> <SAAT>2025-04-04T03:08:32.8710885+03:00</SAAT> <ek>true</ek> </MEDWEB_DRRANDEVUGUN_Result> </ArrayOfMEDWEB_DRRANDEVUGUN_Result>