GET arac/ozet

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiResultOfAracDashboardOzet
NameDescriptionTypeAdditional information
STATUS

boolean

None.

STATUS_CODE

integer

None.

MESSAGE

string

None.

DATE

date

None.

R

AracDashboardOzet

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": true,
  "STATUS_CODE": 2,
  "MESSAGE": "sample string 3",
  "DATE": "2026-07-29T20:55:35.9130823+03:00",
  "R": {
    "BOSTA_ARAC_SAYISI": 1,
    "KIRADA_ARAC_SAYISI": 2,
    "IKAMEDE_ARAC_SAYISI": 3,
    "KAZALI_ARAC_SAYISI": 4
  }
}

application/xml, text/xml

Sample:
<ApiResultOfAracDashboardOzetNGfbbHqx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Request">
  <DATE>2026-07-29T20:55:35.9130823+03:00</DATE>
  <MESSAGE>sample string 3</MESSAGE>
  <R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Arac">
    <d2p1:BOSTA_ARAC_SAYISI>1</d2p1:BOSTA_ARAC_SAYISI>
    <d2p1:IKAMEDE_ARAC_SAYISI>3</d2p1:IKAMEDE_ARAC_SAYISI>
    <d2p1:KAZALI_ARAC_SAYISI>4</d2p1:KAZALI_ARAC_SAYISI>
    <d2p1:KIRADA_ARAC_SAYISI>2</d2p1:KIRADA_ARAC_SAYISI>
  </R>
  <STATUS>true</STATUS>
  <STATUS_CODE>2</STATUS_CODE>
</ApiResultOfAracDashboardOzetNGfbbHqx>