GET doktor/OlcumTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FNMED_OLCUMTYPES_Result
NameDescriptionTypeAdditional information
OLCUMID

integer

None.

OLCUMADI

string

None.

ACIKLAMA

string

None.

DRUZMANLIKID

integer

None.

BIRIM

string

None.

DONEMBIRIMI

string

None.

DGMTRHBAZ

boolean

None.

OLCUMTURUID

integer

None.

SURE

integer

None.

SUREBIRIMI

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OLCUMID": 1,
    "OLCUMADI": "sample string 2",
    "ACIKLAMA": "sample string 3",
    "DRUZMANLIKID": 1,
    "BIRIM": "sample string 4",
    "DONEMBIRIMI": "sample string 5",
    "DGMTRHBAZ": true,
    "OLCUMTURUID": 1,
    "SURE": 1,
    "SUREBIRIMI": "sample string 7"
  },
  {
    "OLCUMID": 1,
    "OLCUMADI": "sample string 2",
    "ACIKLAMA": "sample string 3",
    "DRUZMANLIKID": 1,
    "BIRIM": "sample string 4",
    "DONEMBIRIMI": "sample string 5",
    "DGMTRHBAZ": true,
    "OLCUMTURUID": 1,
    "SURE": 1,
    "SUREBIRIMI": "sample string 7"
  }
]

text/html

Sample:
[{"OLCUMID":1,"OLCUMADI":"sample string 2","ACIKLAMA":"sample string 3","DRUZMANLIKID":1,"BIRIM":"sample string 4","DONEMBIRIMI":"sample string 5","DGMTRHBAZ":true,"OLCUMTURUID":1,"SURE":1,"SUREBIRIMI":"sample string 7"},{"OLCUMID":1,"OLCUMADI":"sample string 2","ACIKLAMA":"sample string 3","DRUZMANLIKID":1,"BIRIM":"sample string 4","DONEMBIRIMI":"sample string 5","DGMTRHBAZ":true,"OLCUMTURUID":1,"SURE":1,"SUREBIRIMI":"sample string 7"}]

application/xml, text/xml

Sample:
<ArrayOfFNMED_OLCUMTYPES_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <FNMED_OLCUMTYPES_Result>
    <ACIKLAMA>sample string 3</ACIKLAMA>
    <BIRIM>sample string 4</BIRIM>
    <DGMTRHBAZ>true</DGMTRHBAZ>
    <DONEMBIRIMI>sample string 5</DONEMBIRIMI>
    <DRUZMANLIKID>1</DRUZMANLIKID>
    <OLCUMADI>sample string 2</OLCUMADI>
    <OLCUMID>1</OLCUMID>
    <OLCUMTURUID>1</OLCUMTURUID>
    <SURE>1</SURE>
    <SUREBIRIMI>sample string 7</SUREBIRIMI>
  </FNMED_OLCUMTYPES_Result>
  <FNMED_OLCUMTYPES_Result>
    <ACIKLAMA>sample string 3</ACIKLAMA>
    <BIRIM>sample string 4</BIRIM>
    <DGMTRHBAZ>true</DGMTRHBAZ>
    <DONEMBIRIMI>sample string 5</DONEMBIRIMI>
    <DRUZMANLIKID>1</DRUZMANLIKID>
    <OLCUMADI>sample string 2</OLCUMADI>
    <OLCUMID>1</OLCUMID>
    <OLCUMTURUID>1</OLCUMTURUID>
    <SURE>1</SURE>
    <SUREBIRIMI>sample string 7</SUREBIRIMI>
  </FNMED_OLCUMTYPES_Result>
</ArrayOfFNMED_OLCUMTYPES_Result>