POST api/DoktorRandevuGun?SubeId={SubeId}&DrId={DrId}&Tarih={Tarih}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SubeId

integer

Required

DrId

integer

Required

Tarih

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MEDWEB_DRRANDEVUGUN_Result
NameDescriptionTypeAdditional information
SAAT

date

None.

ek

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SAAT": "2024-09-24T03:25:22.5817807+03:00",
    "ek": true
  },
  {
    "SAAT": "2024-09-24T03:25:22.5817807+03:00",
    "ek": true
  }
]

text/html

Sample:
[{"SAAT":"2024-09-24T03:25:22.5817807+03:00","ek":true},{"SAAT":"2024-09-24T03:25:22.5817807+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>2024-09-24T03:25:22.5817807+03:00</SAAT>
    <ek>true</ek>
  </MEDWEB_DRRANDEVUGUN_Result>
  <MEDWEB_DRRANDEVUGUN_Result>
    <SAAT>2024-09-24T03:25:22.5817807+03:00</SAAT>
    <ek>true</ek>
  </MEDWEB_DRRANDEVUGUN_Result>
</ArrayOfMEDWEB_DRRANDEVUGUN_Result>