GET sigorta/sil-detay/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfSigortaSil| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | SigortaSil |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-15T22:35:16.7279102+03:00",
"R": {
"ID": 1,
"ARAC_PLAKA": "sample string 2",
"SIGORTATURU_ADI": "sample string 3",
"BASLANGIC_TARIHI": "2026-07-15T22:35:16.7279102+03:00",
"BITIS_TARIHI": "2026-07-15T22:35:16.7279102+03:00",
"SIGORTASIRKETI_ADI": "sample string 6",
"POLICE_NO": "sample string 7",
"TUTAR": 8.0,
"NOT": "sample string 9"
}
}
application/xml, text/xml
Sample:
<ApiResultOfSigortaSilMCXVy8_Pv 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:16.7279102+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.Models.Sigorta">
<d2p1:ARAC_PLAKA>sample string 2</d2p1:ARAC_PLAKA>
<d2p1:BASLANGIC_TARIHI>2026-07-15T22:35:16.7279102+03:00</d2p1:BASLANGIC_TARIHI>
<d2p1:BITIS_TARIHI>2026-07-15T22:35:16.7279102+03:00</d2p1:BITIS_TARIHI>
<d2p1:ID>1</d2p1:ID>
<d2p1:NOT>sample string 9</d2p1:NOT>
<d2p1:POLICE_NO>sample string 7</d2p1:POLICE_NO>
<d2p1:SIGORTASIRKETI_ADI>sample string 6</d2p1:SIGORTASIRKETI_ADI>
<d2p1:SIGORTATURU_ADI>sample string 3</d2p1:SIGORTATURU_ADI>
<d2p1:TUTAR>8</d2p1:TUTAR>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfSigortaSilMCXVy8_Pv>