GET arac-lastik-gecmis/sok-info/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfAracLastikSokInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | AracLastikSokInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-29T21:03:42.2948679+03:00",
"R": {
"ID": 1,
"ARAC_ID": 2,
"ARAC_PLAKA": "sample string 3",
"LASTIK_ID": 4,
"LASTIK_BARKOD": "sample string 5",
"MARKA_ADI": "sample string 6",
"MODEL_ADI": "sample string 7",
"EBAT": "sample string 8",
"LASTIK_SEGMENT": 9,
"SEGMENT_ADI": "sample string 10",
"TAKILMA_TARIHI": "2026-07-29T21:03:42.2951701+03:00"
}
}
application/xml, text/xml
Sample:
<ApiResultOfAracLastikSokInfoEQKKnTw3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Request">
<DATE>2026-07-29T21:03:42.2948679+03:00</DATE>
<MESSAGE>sample string 3</MESSAGE>
<R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Lastik">
<d2p1:ARAC_ID>2</d2p1:ARAC_ID>
<d2p1:ARAC_PLAKA>sample string 3</d2p1:ARAC_PLAKA>
<d2p1:EBAT>sample string 8</d2p1:EBAT>
<d2p1:ID>1</d2p1:ID>
<d2p1:LASTIK_BARKOD>sample string 5</d2p1:LASTIK_BARKOD>
<d2p1:LASTIK_ID>4</d2p1:LASTIK_ID>
<d2p1:LASTIK_SEGMENT>9</d2p1:LASTIK_SEGMENT>
<d2p1:MARKA_ADI>sample string 6</d2p1:MARKA_ADI>
<d2p1:MODEL_ADI>sample string 7</d2p1:MODEL_ADI>
<d2p1:SEGMENT_ADI>sample string 10</d2p1:SEGMENT_ADI>
<d2p1:TAKILMA_TARIHI>2026-07-29T21:03:42.2951701+03:00</d2p1:TAKILMA_TARIHI>
</R>
<STATUS>true</STATUS>
<STATUS_CODE>2</STATUS_CODE>
</ApiResultOfAracLastikSokInfoEQKKnTw3>