GET api/Sirket

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MEDWEB_SIRKET_Result
NameDescriptionTypeAdditional information
SMSKULLANICIKODU

string

None.

SMSKULLANICISIFRE

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SMSKULLANICIKODU": "sample string 1",
    "SMSKULLANICISIFRE": "sample string 2"
  },
  {
    "SMSKULLANICIKODU": "sample string 1",
    "SMSKULLANICISIFRE": "sample string 2"
  }
]

text/html

Sample:
[{"SMSKULLANICIKODU":"sample string 1","SMSKULLANICISIFRE":"sample string 2"},{"SMSKULLANICIKODU":"sample string 1","SMSKULLANICISIFRE":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfMEDWEB_SIRKET_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <MEDWEB_SIRKET_Result>
    <SMSKULLANICIKODU>sample string 1</SMSKULLANICIKODU>
    <SMSKULLANICISIFRE>sample string 2</SMSKULLANICISIFRE>
  </MEDWEB_SIRKET_Result>
  <MEDWEB_SIRKET_Result>
    <SMSKULLANICIKODU>sample string 1</SMSKULLANICIKODU>
    <SMSKULLANICISIFRE>sample string 2</SMSKULLANICISIFRE>
  </MEDWEB_SIRKET_Result>
</ArrayOfMEDWEB_SIRKET_Result>