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