POST api/GecmisTetkikGoruntu?TetkikId={TetkikId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TetkikId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MEDWEB_GECMISTETKIKGORUNTU_Result
NameDescriptionTypeAdditional information
TARIH

date

None.

ACIKLAMA

string

None.

GORUNTU

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TARIH": "2024-09-24T03:31:09.7426584+03:00",
    "ACIKLAMA": "sample string 1",
    "GORUNTU": "QEA="
  },
  {
    "TARIH": "2024-09-24T03:31:09.7426584+03:00",
    "ACIKLAMA": "sample string 1",
    "GORUNTU": "QEA="
  }
]

text/html

Sample:
[{"TARIH":"2024-09-24T03:31:09.7426584+03:00","ACIKLAMA":"sample string 1","GORUNTU":"QEA="},{"TARIH":"2024-09-24T03:31:09.7426584+03:00","ACIKLAMA":"sample string 1","GORUNTU":"QEA="}]

application/xml, text/xml

Sample:
<ArrayOfMEDWEB_GECMISTETKIKGORUNTU_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <MEDWEB_GECMISTETKIKGORUNTU_Result>
    <ACIKLAMA>sample string 1</ACIKLAMA>
    <GORUNTU>QEA=</GORUNTU>
    <TARIH>2024-09-24T03:31:09.7426584+03:00</TARIH>
  </MEDWEB_GECMISTETKIKGORUNTU_Result>
  <MEDWEB_GECMISTETKIKGORUNTU_Result>
    <ACIKLAMA>sample string 1</ACIKLAMA>
    <GORUNTU>QEA=</GORUNTU>
    <TARIH>2024-09-24T03:31:09.7426584+03:00</TARIH>
  </MEDWEB_GECMISTETKIKGORUNTU_Result>
</ArrayOfMEDWEB_GECMISTETKIKGORUNTU_Result>