GET hasta/FirmalarGetir?strPrivate={strPrivate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strPrivate

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FNMED_HASTANELER_Result
NameDescriptionTypeAdditional 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"
  },
  {
    "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"},{"KODU":"sample string 1","UNVANI":"sample string 2","BELGE":"sample string 3","SMSTIPI":1,"SIFRE":"sample string 4"}]

application/xml, text/xml

Sample:
<ArrayOfFNMED_HASTANELER_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <FNMED_HASTANELER_Result>
    <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>
  <FNMED_HASTANELER_Result>
    <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>
</ArrayOfFNMED_HASTANELER_Result>