GET doktor/FirmaGetir?Kodu={Kodu}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Kodu | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FNMED_HASTANELER_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| KODU | string |
None. |
|
| UNVANI | string |
None. |
|
| BELGE | string |
None. |
|
| SMSTIPI | integer |
None. |
|
| SIFRE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"KODU": "sample string 1",
"UNVANI": "sample string 2",
"BELGE": "sample string 3",
"SMSTIPI": 1,
"SIFRE": "sample string 4"
}
text/html
Sample:
{"KODU":"sample string 1","UNVANI":"sample string 2","BELGE":"sample string 3","SMSTIPI":1,"SIFRE":"sample string 4"}
application/xml, text/xml
Sample:
<FNMED_HASTANELER_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB"> <BELGE>sample string 3</BELGE> <KODU>sample string 1</KODU> <SIFRE>sample string 4</SIFRE> <SMSTIPI>1</SMSTIPI> <UNVANI>sample string 2</UNVANI> </FNMED_HASTANELER_Result>