GET arac-ceza/list?aracId={aracId}&tarih1={tarih1}&tarih2={tarih2}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aracId | integer |
None. |
|
| tarih1 | string |
None. |
|
| tarih2 | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfAracCezaList| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | Collection of AracCezaList |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-15T22:38:12.5392627+03:00",
"R": [
{
"ID": 1,
"ARAC_ID": 2,
"ARAC_PLAKA": "sample string 3",
"TUTAR": 4.0,
"TARIH": "2026-07-15T22:38:12.5392627+03:00",
"ACIKLAMA": "sample string 6"
},
{
"ID": 1,
"ARAC_ID": 2,
"ARAC_PLAKA": "sample string 3",
"TUTAR": 4.0,
"TARIH": "2026-07-15T22:38:12.5392627+03:00",
"ACIKLAMA": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfAracCezaListRZttxYeU 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:38:12.5392627+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.Models.AracCeza">
<d2p1:AracCezaList>
<d2p1:ACIKLAMA>sample string 6</d2p1:ACIKLAMA>
<d2p1:ARAC_ID>2</d2p1:ARAC_ID>
<d2p1:ARAC_PLAKA>sample string 3</d2p1:ARAC_PLAKA>
<d2p1:ID>1</d2p1:ID>
<d2p1:TARIH>2026-07-15T22:38:12.5392627+03:00</d2p1:TARIH>
<d2p1:TUTAR>4</d2p1:TUTAR>
</d2p1:AracCezaList>
<d2p1:AracCezaList>
<d2p1:ACIKLAMA>sample string 6</d2p1:ACIKLAMA>
<d2p1:ARAC_ID>2</d2p1:ARAC_ID>
<d2p1:ARAC_PLAKA>sample string 3</d2p1:ARAC_PLAKA>
<d2p1:ID>1</d2p1:ID>
<d2p1:TARIH>2026-07-15T22:38:12.5392627+03:00</d2p1:TARIH>
<d2p1:TUTAR>4</d2p1:TUTAR>
</d2p1:AracCezaList>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfArrayOfAracCezaListRZttxYeU>