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