POST notification/rehberden-yolcuya-mesaj
Request Information
URI Parameters
None.
Body Parameters
RehberdenYolcuyaMesaj| Name | Description | Type | Additional information |
|---|---|---|---|
| YOLCU_ID | integer |
None. |
|
| MESAJ | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"YOLCU_ID": 1,
"MESAJ": "sample string 2"
}
application/xml, text/xml
Sample:
<RehberdenYolcuyaMesaj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_tur_mobil_core.Models.Notification"> <MESAJ>sample string 2</MESAJ> <YOLCU_ID>1</YOLCU_ID> </RehberdenYolcuyaMesaj>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfREHBERYOLCUMESAJ| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | REHBERYOLCUMESAJ |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-14T17:26:31.8459354+03:00",
"R": {
"ID": 1,
"REHBER_ID": 2,
"TURYOLCU_ID": 3,
"TURYOLCUMOBILTOKEN": "sample string 4",
"MESAJ": "sample string 5",
"CREATED_AT": "2026-07-14T17:26:31.8459354+03:00",
"YOLCU_MESAJI": true,
"REHBER_MESAJI": true
}
}
application/xml, text/xml
Sample:
<ApiResultOfREHBERYOLCUMESAJOdIAVCl2 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:26:31.8459354+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_mobil_core.DTO">
<d2p1:CREATED_AT>2026-07-14T17:26:31.8459354+03:00</d2p1:CREATED_AT>
<d2p1:ID>1</d2p1:ID>
<d2p1:MESAJ>sample string 5</d2p1:MESAJ>
<d2p1:REHBER_ID>2</d2p1:REHBER_ID>
<d2p1:REHBER_MESAJI>true</d2p1:REHBER_MESAJI>
<d2p1:TURYOLCUMOBILTOKEN>sample string 4</d2p1:TURYOLCUMOBILTOKEN>
<d2p1:TURYOLCU_ID>3</d2p1:TURYOLCU_ID>
<d2p1:YOLCU_MESAJI>true</d2p1:YOLCU_MESAJI>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfREHBERYOLCUMESAJOdIAVCl2>