POST hasta/KurumLogin?KurumId={KurumId}&WebSifre={WebSifre}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| KurumId | integer |
Required |
|
| WebSifre | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FNMED_KURUMLOGIN_Result| Name | Description | Type | Additional 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:
<ArrayOfFNMED_KURUMLOGIN_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
<FNMED_KURUMLOGIN_Result>
<SONUC>1</SONUC>
<UNVANI>sample string 1</UNVANI>
</FNMED_KURUMLOGIN_Result>
<FNMED_KURUMLOGIN_Result>
<SONUC>1</SONUC>
<UNVANI>sample string 1</UNVANI>
</FNMED_KURUMLOGIN_Result>
</ArrayOfFNMED_KURUMLOGIN_Result>