POST api/GecmisTetkikGoruntu?TetkikId={TetkikId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TetkikId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MEDWEB_GECMISTETKIKGORUNTU_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TARIH | date |
None. |
|
| ACIKLAMA | string |
None. |
|
| GORUNTU | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TARIH": "2025-12-22T14:44:55.895527+03:00",
"ACIKLAMA": "sample string 1",
"GORUNTU": "QEA="
},
{
"TARIH": "2025-12-22T14:44:55.895527+03:00",
"ACIKLAMA": "sample string 1",
"GORUNTU": "QEA="
}
]
text/html
Sample:
[{"TARIH":"2025-12-22T14:44:55.895527+03:00","ACIKLAMA":"sample string 1","GORUNTU":"QEA="},{"TARIH":"2025-12-22T14:44:55.895527+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>2025-12-22T14:44:55.895527+03:00</TARIH>
</MEDWEB_GECMISTETKIKGORUNTU_Result>
<MEDWEB_GECMISTETKIKGORUNTU_Result>
<ACIKLAMA>sample string 1</ACIKLAMA>
<GORUNTU>QEA=</GORUNTU>
<TARIH>2025-12-22T14:44:55.895527+03:00</TARIH>
</MEDWEB_GECMISTETKIKGORUNTU_Result>
</ArrayOfMEDWEB_GECMISTETKIKGORUNTU_Result>