GET arac-guncel-fiyat/list?aracId={aracId}&tarih1={tarih1}&tarih2={tarih2}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aracId

integer

None.

tarih1

string

None.

tarih2

string

None.

Body Parameters

None.

Response Information

Resource Description

ApiResultOfListOfAracGuncelFiyatList
NameDescriptionTypeAdditional information
STATUS

boolean

None.

STATUS_CODE

integer

None.

MESSAGE

string

None.

DATE

date

None.

R

Collection of AracGuncelFiyatList

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": true,
  "STATUS_CODE": 2,
  "MESSAGE": "sample string 3",
  "DATE": "2026-07-15T22:38:33.3274224+03:00",
  "R": [
    {
      "ID": 1,
      "ARAC_ID": 2,
      "ARAC_PLAKA": "sample string 3",
      "TARIH": "2026-07-15T22:38:33.3316357+03:00",
      "NOT": "sample string 5",
      "TUTAR": 6.0
    },
    {
      "ID": 1,
      "ARAC_ID": 2,
      "ARAC_PLAKA": "sample string 3",
      "TARIH": "2026-07-15T22:38:33.3316357+03:00",
      "NOT": "sample string 5",
      "TUTAR": 6.0
    }
  ]
}

application/xml, text/xml

Sample:
<ApiResultOfArrayOfAracGuncelFiyatListjtxbXp4C 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:33.3274224+03:00</DATE>
  <MESSAGE>sample string 3</MESSAGE>
  <R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.Models.AracGuncelFiyat">
    <d2p1:AracGuncelFiyatList>
      <d2p1:ARAC_ID>2</d2p1:ARAC_ID>
      <d2p1:ARAC_PLAKA>sample string 3</d2p1:ARAC_PLAKA>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:NOT>sample string 5</d2p1:NOT>
      <d2p1:TARIH>2026-07-15T22:38:33.3316357+03:00</d2p1:TARIH>
      <d2p1:TUTAR>6</d2p1:TUTAR>
    </d2p1:AracGuncelFiyatList>
    <d2p1:AracGuncelFiyatList>
      <d2p1:ARAC_ID>2</d2p1:ARAC_ID>
      <d2p1:ARAC_PLAKA>sample string 3</d2p1:ARAC_PLAKA>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:NOT>sample string 5</d2p1:NOT>
      <d2p1:TARIH>2026-07-15T22:38:33.3316357+03:00</d2p1:TARIH>
      <d2p1:TUTAR>6</d2p1:TUTAR>
    </d2p1:AracGuncelFiyatList>
  </R>
  <STATUS>true</STATUS>
  <STATUS_CODE>2</STATUS_CODE>
</ApiResultOfArrayOfAracGuncelFiyatListjtxbXp4C>