GET rehber-tur/arac-surucu/{turId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
turId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiResultOfListOfAracSurucu
NameDescriptionTypeAdditional information
STATUS

boolean

None.

STATUS_CODE

integer

None.

MESSAGE

string

None.

DATE

date

None.

R

Collection of AracSurucu

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": true,
  "STATUS_CODE": 2,
  "MESSAGE": "sample string 3",
  "DATE": "2026-07-14T17:28:20.1141047+03:00",
  "R": [
    {
      "ID": 1,
      "TUR_ID": 2,
      "ARAC_ID": 3,
      "ARAC_PLAKA": "sample string 4",
      "SURUCU_ID": 5,
      "SURUCU_ADI": "sample string 6",
      "SURUCU_TEL": "sample string 7",
      "BASLANGIC_TARIH": "2026-07-14T17:28:20.1141047+03:00",
      "BITIS_TARIH": "2026-07-14T17:28:20.1141047+03:00"
    },
    {
      "ID": 1,
      "TUR_ID": 2,
      "ARAC_ID": 3,
      "ARAC_PLAKA": "sample string 4",
      "SURUCU_ID": 5,
      "SURUCU_ADI": "sample string 6",
      "SURUCU_TEL": "sample string 7",
      "BASLANGIC_TARIH": "2026-07-14T17:28:20.1141047+03:00",
      "BITIS_TARIH": "2026-07-14T17:28:20.1141047+03:00"
    }
  ]
}

application/xml, text/xml

Sample:
<ApiResultOfArrayOfAracSurucuFA1XbSay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_tur_mobil_core.Models.Request">
  <DATE>2026-07-14T17:28:20.1141047+03:00</DATE>
  <MESSAGE>sample string 3</MESSAGE>
  <R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_mobil_core.Models.RehberTur">
    <d2p1:AracSurucu>
      <d2p1:ARAC_ID>3</d2p1:ARAC_ID>
      <d2p1:ARAC_PLAKA>sample string 4</d2p1:ARAC_PLAKA>
      <d2p1:BASLANGIC_TARIH>2026-07-14T17:28:20.1141047+03:00</d2p1:BASLANGIC_TARIH>
      <d2p1:BITIS_TARIH>2026-07-14T17:28:20.1141047+03:00</d2p1:BITIS_TARIH>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:SURUCU_ADI>sample string 6</d2p1:SURUCU_ADI>
      <d2p1:SURUCU_ID>5</d2p1:SURUCU_ID>
      <d2p1:SURUCU_TEL>sample string 7</d2p1:SURUCU_TEL>
      <d2p1:TUR_ID>2</d2p1:TUR_ID>
    </d2p1:AracSurucu>
    <d2p1:AracSurucu>
      <d2p1:ARAC_ID>3</d2p1:ARAC_ID>
      <d2p1:ARAC_PLAKA>sample string 4</d2p1:ARAC_PLAKA>
      <d2p1:BASLANGIC_TARIH>2026-07-14T17:28:20.1141047+03:00</d2p1:BASLANGIC_TARIH>
      <d2p1:BITIS_TARIH>2026-07-14T17:28:20.1141047+03:00</d2p1:BITIS_TARIH>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:SURUCU_ADI>sample string 6</d2p1:SURUCU_ADI>
      <d2p1:SURUCU_ID>5</d2p1:SURUCU_ID>
      <d2p1:SURUCU_TEL>sample string 7</d2p1:SURUCU_TEL>
      <d2p1:TUR_ID>2</d2p1:TUR_ID>
    </d2p1:AracSurucu>
  </R>
  <STATUS>true</STATUS>
  <STATUS_CODE>2</STATUS_CODE>
</ApiResultOfArrayOfAracSurucuFA1XbSay>