GET doktor/SubeDoktorList?SubeId={SubeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SubeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FNMED_SUBEDOKTORLIST_Result
NameDescriptionTypeAdditional information
DRID

integer

None.

DRADI

string

None.

DRKODU

string

None.

BOLUMID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DRID": 1,
    "DRADI": "sample string 2",
    "DRKODU": "sample string 3",
    "BOLUMID": 4
  },
  {
    "DRID": 1,
    "DRADI": "sample string 2",
    "DRKODU": "sample string 3",
    "BOLUMID": 4
  }
]

text/html

Sample:
[{"DRID":1,"DRADI":"sample string 2","DRKODU":"sample string 3","BOLUMID":4},{"DRID":1,"DRADI":"sample string 2","DRKODU":"sample string 3","BOLUMID":4}]

application/xml, text/xml

Sample:
<ArrayOfFNMED_SUBEDOKTORLIST_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <FNMED_SUBEDOKTORLIST_Result>
    <BOLUMID>4</BOLUMID>
    <DRADI>sample string 2</DRADI>
    <DRID>1</DRID>
    <DRKODU>sample string 3</DRKODU>
  </FNMED_SUBEDOKTORLIST_Result>
  <FNMED_SUBEDOKTORLIST_Result>
    <BOLUMID>4</BOLUMID>
    <DRADI>sample string 2</DRADI>
    <DRID>1</DRID>
    <DRKODU>sample string 3</DRKODU>
  </FNMED_SUBEDOKTORLIST_Result>
</ArrayOfFNMED_SUBEDOKTORLIST_Result>