GET api/KurumLogin?KurumId={KurumId}&WebSifre={WebSifre}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
KurumId

integer

Required

WebSifre

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MEDWEB_KURUMLOGIN_Result
NameDescriptionTypeAdditional information
UNVANI

string

None.

SONUC

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UNVANI": "sample string 1",
    "SONUC": 1
  },
  {
    "UNVANI": "sample string 1",
    "SONUC": 1
  }
]

text/html

Sample:
[{"UNVANI":"sample string 1","SONUC":1},{"UNVANI":"sample string 1","SONUC":1}]

application/xml, text/xml

Sample:
<ArrayOfMEDWEB_KURUMLOGIN_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <MEDWEB_KURUMLOGIN_Result>
    <SONUC>1</SONUC>
    <UNVANI>sample string 1</UNVANI>
  </MEDWEB_KURUMLOGIN_Result>
  <MEDWEB_KURUMLOGIN_Result>
    <SONUC>1</SONUC>
    <UNVANI>sample string 1</UNVANI>
  </MEDWEB_KURUMLOGIN_Result>
</ArrayOfMEDWEB_KURUMLOGIN_Result>