POST arac-lastik-gecmis/sok

Request Information

URI Parameters

None.

Body Parameters

LastikSokRequest
NameDescriptionTypeAdditional information
GECMIS_ID

integer

None.

DEPO_ID

integer

None.

RAF_KONUM

string

None.

SOKULME_TARIHI

date

None.

SOKULME_KM

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GECMIS_ID": 1,
  "DEPO_ID": 2,
  "RAF_KONUM": "sample string 3",
  "SOKULME_TARIHI": "2026-07-29T20:59:31.1757579+03:00",
  "SOKULME_KM": 5
}

application/xml, text/xml

Sample:
<LastikSokRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.Lastik">
  <DEPO_ID>2</DEPO_ID>
  <GECMIS_ID>1</GECMIS_ID>
  <RAF_KONUM>sample string 3</RAF_KONUM>
  <SOKULME_KM>5</SOKULME_KM>
  <SOKULME_TARIHI>2026-07-29T20:59:31.1757579+03:00</SOKULME_TARIHI>
</LastikSokRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultOfBoolean
NameDescriptionTypeAdditional 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:59:31.1769071+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:59:31.1769071+03:00</DATE>
  <MESSAGE>sample string 3</MESSAGE>
  <R>true</R>
  <STATUS>true</STATUS>
  <STATUS_CODE>2</STATUS_CODE>
</ApiResultOfboolean>