GET main/tevkifatorani/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfTEVKIFATORANI| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | TEVKIFATORANI |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-15T22:34:58.3684039+03:00",
"R": {
"TEVKIFATORANI_ID": 1,
"TEVKIFATDURUM_ID": 2,
"TEVKIFATORANI_ORAN": 3.0,
"TEVKIFATORANI_CARPAN": 4.0
}
}
application/xml, text/xml
Sample:
<ApiResultOfTEVKIFATORANIFIfGy1E2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.Models.Request">
<DATE>2026-07-15T22:34:58.3684039+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.DTO">
<d2p1:TEVKIFATDURUM_ID>2</d2p1:TEVKIFATDURUM_ID>
<d2p1:TEVKIFATORANI_CARPAN>4</d2p1:TEVKIFATORANI_CARPAN>
<d2p1:TEVKIFATORANI_ID>1</d2p1:TEVKIFATORANI_ID>
<d2p1:TEVKIFATORANI_ORAN>3</d2p1:TEVKIFATORANI_ORAN>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfTEVKIFATORANIFIfGy1E2>