GET lastik-depo/barkodlar/{lastikId}/{segment}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lastikId | integer |
Required |
|
| segment | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfLastikBarkodSecimItem| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | Collection of LastikBarkodSecimItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-29T20:59:30.8873955+03:00",
"R": [
{
"LASTIK_ID": 1,
"BARKOD": "sample string 2",
"LASTIKDEPO_ID": 3,
"SECILDI": true
},
{
"LASTIK_ID": 1,
"BARKOD": "sample string 2",
"LASTIKDEPO_ID": 3,
"SECILDI": true
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfLastikBarkodSecimItemEQKKnTw3 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:59:30.8873955+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Lastik">
<d2p1:LastikBarkodSecimItem>
<d2p1:BARKOD>sample string 2</d2p1:BARKOD>
<d2p1:LASTIKDEPO_ID>3</d2p1:LASTIKDEPO_ID>
<d2p1:LASTIK_ID>1</d2p1:LASTIK_ID>
<d2p1:SECILDI>true</d2p1:SECILDI>
</d2p1:LastikBarkodSecimItem>
<d2p1:LastikBarkodSecimItem>
<d2p1:BARKOD>sample string 2</d2p1:BARKOD>
<d2p1:LASTIKDEPO_ID>3</d2p1:LASTIKDEPO_ID>
<d2p1:LASTIK_ID>1</d2p1:LASTIK_ID>
<d2p1:SECILDI>true</d2p1:SECILDI>
</d2p1:LastikBarkodSecimItem>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfArrayOfLastikBarkodSecimItemEQKKnTw3>