GET hgs/sil-detay/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfHgsSil| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | HgsSil |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-15T22:35:35.2306193+03:00",
"R": {
"ID": 1,
"ARAC_PLAKA": "sample string 2",
"NO": "sample string 3",
"HGSSINIF_ADI": "sample string 4",
"BANKA_ADI": "sample string 5",
"NOT": "sample string 6"
}
}
application/xml, text/xml
Sample:
<ApiResultOfHgsSilfVr78cIm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.Models.Request">
<DATE>2026-07-15T22:35:35.2306193+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.Models.AracHgs">
<d2p1:ARAC_PLAKA>sample string 2</d2p1:ARAC_PLAKA>
<d2p1:BANKA_ADI>sample string 5</d2p1:BANKA_ADI>
<d2p1:HGSSINIF_ADI>sample string 4</d2p1:HGSSINIF_ADI>
<d2p1:ID>1</d2p1:ID>
<d2p1:NO>sample string 3</d2p1:NO>
<d2p1:NOT>sample string 6</d2p1:NOT>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfHgsSilfVr78cIm>