GET yolcu-tur/rehber-karti
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfRehberKarti| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | Collection of RehberKarti |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-14T17:28:05.3745638+03:00",
"R": [
{
"REHBER_ID": 1,
"REHBER_ADI": "sample string 2",
"REHBER_SOYADI": "sample string 3",
"REHBER_TEL": "sample string 4",
"REHBER_RESIM": "sample string 5",
"REHBER_DILLER": "sample string 6"
},
{
"REHBER_ID": 1,
"REHBER_ADI": "sample string 2",
"REHBER_SOYADI": "sample string 3",
"REHBER_TEL": "sample string 4",
"REHBER_RESIM": "sample string 5",
"REHBER_DILLER": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfRehberKartii8HgFXit 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:05.3745638+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_mobil_core.Models.YolcuTur">
<d2p1:RehberKarti>
<d2p1:REHBER_ADI>sample string 2</d2p1:REHBER_ADI>
<d2p1:REHBER_DILLER>sample string 6</d2p1:REHBER_DILLER>
<d2p1:REHBER_ID>1</d2p1:REHBER_ID>
<d2p1:REHBER_RESIM>sample string 5</d2p1:REHBER_RESIM>
<d2p1:REHBER_SOYADI>sample string 3</d2p1:REHBER_SOYADI>
<d2p1:REHBER_TEL>sample string 4</d2p1:REHBER_TEL>
</d2p1:RehberKarti>
<d2p1:RehberKarti>
<d2p1:REHBER_ADI>sample string 2</d2p1:REHBER_ADI>
<d2p1:REHBER_DILLER>sample string 6</d2p1:REHBER_DILLER>
<d2p1:REHBER_ID>1</d2p1:REHBER_ID>
<d2p1:REHBER_RESIM>sample string 5</d2p1:REHBER_RESIM>
<d2p1:REHBER_SOYADI>sample string 3</d2p1:REHBER_SOYADI>
<d2p1:REHBER_TEL>sample string 4</d2p1:REHBER_TEL>
</d2p1:RehberKarti>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfArrayOfRehberKartii8HgFXit>