POST arac-ceza/d

Request Information

URI Parameters

None.

Body Parameters

ARACCEZA
NameDescriptionTypeAdditional information
ID

integer

None.

ARAC_ID

integer

None.

PROJE_ID

integer

None.

TUTAR

decimal number

None.

ACIKLAMA

string

None.

TARIH

date

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,
  "PROJE_ID": 3,
  "TUTAR": 4.0,
  "ACIKLAMA": "sample string 5",
  "TARIH": "2026-07-29T20:55:39.4351876+03:00",
  "CREATED_AT": "2026-07-29T20:55:39.4351876+03:00",
  "CREATED_BY": 8,
  "EDITED_AT": "2026-07-29T20:55:39.4351876+03:00",
  "EDITED_BY": 10
}

application/xml, text/xml

Sample:
<ARACCEZA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.DTO">
  <ACIKLAMA>sample string 5</ACIKLAMA>
  <ARAC_ID>2</ARAC_ID>
  <CREATED_AT>2026-07-29T20:55:39.4351876+03:00</CREATED_AT>
  <CREATED_BY>8</CREATED_BY>
  <EDITED_AT>2026-07-29T20:55:39.4351876+03:00</EDITED_AT>
  <EDITED_BY>10</EDITED_BY>
  <ID>1</ID>
  <PROJE_ID>3</PROJE_ID>
  <TARIH>2026-07-29T20:55:39.4351876+03:00</TARIH>
  <TUTAR>4</TUTAR>
</ARACCEZA>

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