GET cari/list/detay/{cari}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cari | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfCariListDetay| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | Collection of CariListDetay |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-29T20:58:22.8714388+03:00",
"R": [
{
"ID": 1,
"TUR": "sample string 2",
"ACIKLAMA": "sample string 3",
"TUTAR": 4.0,
"TARIH": "2026-07-29T20:58:22.8717839+03:00"
},
{
"ID": 1,
"TUR": "sample string 2",
"ACIKLAMA": "sample string 3",
"TUTAR": 4.0,
"TARIH": "2026-07-29T20:58:22.8717839+03:00"
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfCariListDetayzEgSGRGY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Request">
<DATE>2026-07-29T20:58:22.8714388+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Cari">
<d2p1:CariListDetay>
<d2p1:ACIKLAMA>sample string 3</d2p1:ACIKLAMA>
<d2p1:ID>1</d2p1:ID>
<d2p1:TARIH>2026-07-29T20:58:22.8717839+03:00</d2p1:TARIH>
<d2p1:TUR>sample string 2</d2p1:TUR>
<d2p1:TUTAR>4</d2p1:TUTAR>
</d2p1:CariListDetay>
<d2p1:CariListDetay>
<d2p1:ACIKLAMA>sample string 3</d2p1:ACIKLAMA>
<d2p1:ID>1</d2p1:ID>
<d2p1:TARIH>2026-07-29T20:58:22.8717839+03:00</d2p1:TARIH>
<d2p1:TUR>sample string 2</d2p1:TUR>
<d2p1:TUTAR>4</d2p1:TUTAR>
</d2p1:CariListDetay>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfArrayOfCariListDetayzEgSGRGY>