GET rehber-yolcu-mesaj/yolcu/{rehberId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
rehberId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiResultOfListOfRehberYolcuMesaj
NameDescriptionTypeAdditional information
STATUS

boolean

None.

STATUS_CODE

integer

None.

MESSAGE

string

None.

DATE

date

None.

R

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": true,
  "STATUS_CODE": 2,
  "MESSAGE": "sample string 3",
  "DATE": "2026-07-14T17:30:06.951689+03:00",
  "R": [
    {
      "ID": 1,
      "REHBER_ID": 2,
      "REHBER_ADSOYAD": "sample string 3",
      "TURYOLCU_ID": 4,
      "TURYOLCU_YOLCU_ADI": "sample string 5",
      "TURYOLCU_YOLCU_SOYADI": "sample string 6",
      "MESAJ": "sample string 7",
      "CREATED_AT": "2026-07-14T17:30:06.951689+03:00",
      "YOLCU_MESAJI": true,
      "REHBER_MESAJI": true
    },
    {
      "ID": 1,
      "REHBER_ID": 2,
      "REHBER_ADSOYAD": "sample string 3",
      "TURYOLCU_ID": 4,
      "TURYOLCU_YOLCU_ADI": "sample string 5",
      "TURYOLCU_YOLCU_SOYADI": "sample string 6",
      "MESAJ": "sample string 7",
      "CREATED_AT": "2026-07-14T17:30:06.951689+03:00",
      "YOLCU_MESAJI": true,
      "REHBER_MESAJI": true
    }
  ]
}

application/xml, text/xml

Sample:
<ApiResultOfArrayOfRehberYolcuMesaj99ORzBwn 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:30:06.951689+03:00</DATE>
  <MESSAGE>sample string 3</MESSAGE>
  <R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_mobil_core.Models">
    <d2p1:RehberYolcuMesaj>
      <d2p1:CREATED_AT>2026-07-14T17:30:06.951689+03:00</d2p1:CREATED_AT>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:MESAJ>sample string 7</d2p1:MESAJ>
      <d2p1:REHBER_ADSOYAD>sample string 3</d2p1:REHBER_ADSOYAD>
      <d2p1:REHBER_ID>2</d2p1:REHBER_ID>
      <d2p1:REHBER_MESAJI>true</d2p1:REHBER_MESAJI>
      <d2p1:TURYOLCU_ID>4</d2p1:TURYOLCU_ID>
      <d2p1:TURYOLCU_YOLCU_ADI>sample string 5</d2p1:TURYOLCU_YOLCU_ADI>
      <d2p1:TURYOLCU_YOLCU_SOYADI>sample string 6</d2p1:TURYOLCU_YOLCU_SOYADI>
      <d2p1:YOLCU_MESAJI>true</d2p1:YOLCU_MESAJI>
    </d2p1:RehberYolcuMesaj>
    <d2p1:RehberYolcuMesaj>
      <d2p1:CREATED_AT>2026-07-14T17:30:06.951689+03:00</d2p1:CREATED_AT>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:MESAJ>sample string 7</d2p1:MESAJ>
      <d2p1:REHBER_ADSOYAD>sample string 3</d2p1:REHBER_ADSOYAD>
      <d2p1:REHBER_ID>2</d2p1:REHBER_ID>
      <d2p1:REHBER_MESAJI>true</d2p1:REHBER_MESAJI>
      <d2p1:TURYOLCU_ID>4</d2p1:TURYOLCU_ID>
      <d2p1:TURYOLCU_YOLCU_ADI>sample string 5</d2p1:TURYOLCU_YOLCU_ADI>
      <d2p1:TURYOLCU_YOLCU_SOYADI>sample string 6</d2p1:TURYOLCU_YOLCU_SOYADI>
      <d2p1:YOLCU_MESAJI>true</d2p1:YOLCU_MESAJI>
    </d2p1:RehberYolcuMesaj>
  </R>
  <STATUS>true</STATUS>
  <STATUS_CODE>2</STATUS_CODE>
</ApiResultOfArrayOfRehberYolcuMesaj99ORzBwn>