GET main/marka-list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfLASTIKMARKA| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | Collection of LASTIKMARKA |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-15T22:29:03.2735302+03:00",
"R": [
{
"ID": 1,
"ADI": "sample string 2"
},
{
"ID": 1,
"ADI": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfLASTIKMARKAFIfGy1E2 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:29:03.2735302+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.DTO">
<d2p1:LASTIKMARKA>
<d2p1:ADI>sample string 2</d2p1:ADI>
<d2p1:ID>1</d2p1:ID>
</d2p1:LASTIKMARKA>
<d2p1:LASTIKMARKA>
<d2p1:ADI>sample string 2</d2p1:ADI>
<d2p1:ID>1</d2p1:ID>
</d2p1:LASTIKMARKA>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfArrayOfLASTIKMARKAFIfGy1E2>