POST api/AktifDoktorlar?SubeId={SubeId}&BolumId={BolumId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SubeId

integer

Required

BolumId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MEDWEB_AKTIFDOKTORLAR_Result
NameDescriptionTypeAdditional information
DRID

integer

None.

DRADI

string

None.

MAXRANDEVUGUNSAYI

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DRID": 1,
    "DRADI": "sample string 1",
    "MAXRANDEVUGUNSAYI": 1
  },
  {
    "DRID": 1,
    "DRADI": "sample string 1",
    "MAXRANDEVUGUNSAYI": 1
  }
]

text/html

Sample:
[{"DRID":1,"DRADI":"sample string 1","MAXRANDEVUGUNSAYI":1},{"DRID":1,"DRADI":"sample string 1","MAXRANDEVUGUNSAYI":1}]

application/xml, text/xml

Sample:
<ArrayOfMEDWEB_AKTIFDOKTORLAR_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <MEDWEB_AKTIFDOKTORLAR_Result>
    <DRADI>sample string 1</DRADI>
    <DRID>1</DRID>
    <MAXRANDEVUGUNSAYI>1</MAXRANDEVUGUNSAYI>
  </MEDWEB_AKTIFDOKTORLAR_Result>
  <MEDWEB_AKTIFDOKTORLAR_Result>
    <DRADI>sample string 1</DRADI>
    <DRID>1</DRID>
    <MAXRANDEVUGUNSAYI>1</MAXRANDEVUGUNSAYI>
  </MEDWEB_AKTIFDOKTORLAR_Result>
</ArrayOfMEDWEB_AKTIFDOKTORLAR_Result>