POST arac-lastik-gecmis/d
Request Information
URI Parameters
None.
Body Parameters
ARACLASTIKGECMIS| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ARAC_ID | integer |
None. |
|
| LASTIK_ID | integer |
None. |
|
| LASTIK_SEGMENT | integer |
None. |
|
| TAKILMA_TARIHI | date |
None. |
|
| TAKILMA_KM | integer |
None. |
|
| TAKMA_MI | boolean |
None. |
|
| SOKULME_TARIHI | date |
None. |
|
| SOKULME_KM | integer |
None. |
|
| SOKME_MI | boolean |
None. |
|
| POZISYON | string |
None. |
|
| BARKOD | string |
None. |
|
| CREATED_AT | date |
None. |
|
| CREATED_BY | integer |
None. |
|
| EDITED_AT | date |
None. |
|
| EDITED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ARAC_ID": 2,
"LASTIK_ID": 3,
"LASTIK_SEGMENT": 4,
"TAKILMA_TARIHI": "2026-07-29T20:58:36.7954679+03:00",
"TAKILMA_KM": 6,
"TAKMA_MI": true,
"SOKULME_TARIHI": "2026-07-29T20:58:36.7954679+03:00",
"SOKULME_KM": 9,
"SOKME_MI": true,
"POZISYON": "sample string 11",
"BARKOD": "sample string 12",
"CREATED_AT": "2026-07-29T20:58:36.7954679+03:00",
"CREATED_BY": 14,
"EDITED_AT": "2026-07-29T20:58:36.7954679+03:00",
"EDITED_BY": 16
}
application/xml, text/xml
Sample:
<ARACLASTIKGECMIS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.DTO"> <ARAC_ID>2</ARAC_ID> <BARKOD>sample string 12</BARKOD> <CREATED_AT>2026-07-29T20:58:36.7954679+03:00</CREATED_AT> <CREATED_BY>14</CREATED_BY> <EDITED_AT>2026-07-29T20:58:36.7954679+03:00</EDITED_AT> <EDITED_BY>16</EDITED_BY> <ID>1</ID> <LASTIK_ID>3</LASTIK_ID> <LASTIK_SEGMENT>4</LASTIK_SEGMENT> <POZISYON>sample string 11</POZISYON> <SOKME_MI>true</SOKME_MI> <SOKULME_KM>9</SOKULME_KM> <SOKULME_TARIHI>2026-07-29T20:58:36.7954679+03:00</SOKULME_TARIHI> <TAKILMA_KM>6</TAKILMA_KM> <TAKILMA_TARIHI>2026-07-29T20:58:36.7954679+03:00</TAKILMA_TARIHI> <TAKMA_MI>true</TAKMA_MI> </ARACLASTIKGECMIS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | boolean |
None. |
|
| STATUS_CODE | integer |
None. |
|
| MESSAGE | string |
None. |
|
| DATE | date |
None. |
|
| R | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": true,
"STATUS_CODE": 2,
"MESSAGE": "sample string 3",
"DATE": "2026-07-29T20:58:36.7954679+03:00",
"R": true
}
application/xml, text/xml
Sample:
<ApiResultOfboolean 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:36.7954679+03:00</DATE> <MESSAGE>sample string 3</MESSAGE> <R>true</R> <STATUS>true</STATUS> <STATUS_CODE>2</STATUS_CODE> </ApiResultOfboolean>