POST api/AktifBolumler?SubeId={SubeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SubeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MEDWEB_AKTIFBOLUMLER_Result
NameDescriptionTypeAdditional information
BOLUMID

integer

None.

BOLUMADI

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BOLUMID": 1,
    "BOLUMADI": "sample string 1"
  },
  {
    "BOLUMID": 1,
    "BOLUMADI": "sample string 1"
  }
]

text/html

Sample:
[{"BOLUMID":1,"BOLUMADI":"sample string 1"},{"BOLUMID":1,"BOLUMADI":"sample string 1"}]

application/xml, text/xml

Sample:
<ArrayOfMEDWEB_AKTIFBOLUMLER_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <MEDWEB_AKTIFBOLUMLER_Result>
    <BOLUMADI>sample string 1</BOLUMADI>
    <BOLUMID>1</BOLUMID>
  </MEDWEB_AKTIFBOLUMLER_Result>
  <MEDWEB_AKTIFBOLUMLER_Result>
    <BOLUMADI>sample string 1</BOLUMADI>
    <BOLUMID>1</BOLUMID>
  </MEDWEB_AKTIFBOLUMLER_Result>
</ArrayOfMEDWEB_AKTIFBOLUMLER_Result>