POST tur-arac-surucu/u

Request Information

URI Parameters

None.

Body Parameters

TURARACSURUCU
NameDescriptionTypeAdditional information
ID

integer

None.

TUR_ID

integer

None.

SURUCU_ID

integer

None.

ARAC_ID

integer

None.

DURUM_ID

integer

None.

BASLANGIC_TARIH

date

None.

BITIS_TARIH

date

None.

CREATED_BY

integer

None.

CREATED_AT

date

None.

EDITED_BY

integer

None.

EDITED_AT

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "TUR_ID": 2,
  "SURUCU_ID": 3,
  "ARAC_ID": 4,
  "DURUM_ID": 5,
  "BASLANGIC_TARIH": "2026-07-15T22:35:05.915132+03:00",
  "BITIS_TARIH": "2026-07-15T22:35:05.915132+03:00",
  "CREATED_BY": 8,
  "CREATED_AT": "2026-07-15T22:35:05.915132+03:00",
  "EDITED_BY": 10,
  "EDITED_AT": "2026-07-15T22:35:05.915132+03:00"
}

application/xml, text/xml

Sample:
<TURARACSURUCU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.DTO">
  <ARAC_ID>4</ARAC_ID>
  <BASLANGIC_TARIH>2026-07-15T22:35:05.915132+03:00</BASLANGIC_TARIH>
  <BITIS_TARIH>2026-07-15T22:35:05.915132+03:00</BITIS_TARIH>
  <CREATED_AT>2026-07-15T22:35:05.915132+03:00</CREATED_AT>
  <CREATED_BY>8</CREATED_BY>
  <DURUM_ID>5</DURUM_ID>
  <EDITED_AT>2026-07-15T22:35:05.915132+03:00</EDITED_AT>
  <EDITED_BY>10</EDITED_BY>
  <ID>1</ID>
  <SURUCU_ID>3</SURUCU_ID>
  <TUR_ID>2</TUR_ID>
</TURARACSURUCU>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultOfTURARACSURUCU
NameDescriptionTypeAdditional information
STATUS

boolean

None.

STATUS_CODE

integer

None.

MESSAGE

string

None.

DATE

date

None.

R

TURARACSURUCU

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": true,
  "STATUS_CODE": 2,
  "MESSAGE": "sample string 3",
  "DATE": "2026-07-15T22:35:05.9174027+03:00",
  "R": {
    "ID": 1,
    "TUR_ID": 2,
    "SURUCU_ID": 3,
    "ARAC_ID": 4,
    "DURUM_ID": 5,
    "BASLANGIC_TARIH": "2026-07-15T22:35:05.9174027+03:00",
    "BITIS_TARIH": "2026-07-15T22:35:05.9174027+03:00",
    "CREATED_BY": 8,
    "CREATED_AT": "2026-07-15T22:35:05.9174027+03:00",
    "EDITED_BY": 10,
    "EDITED_AT": "2026-07-15T22:35:05.9174027+03:00"
  }
}

application/xml, text/xml

Sample:
<ApiResultOfTURARACSURUCUFIfGy1E2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.Models.Request">
  <DATE>2026-07-15T22:35:05.9174027+03:00</DATE>
  <MESSAGE>sample string 3</MESSAGE>
  <R xmlns:d2p1="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.DTO">
    <d2p1:ARAC_ID>4</d2p1:ARAC_ID>
    <d2p1:BASLANGIC_TARIH>2026-07-15T22:35:05.9174027+03:00</d2p1:BASLANGIC_TARIH>
    <d2p1:BITIS_TARIH>2026-07-15T22:35:05.9174027+03:00</d2p1:BITIS_TARIH>
    <d2p1:CREATED_AT>2026-07-15T22:35:05.9174027+03:00</d2p1:CREATED_AT>
    <d2p1:CREATED_BY>8</d2p1:CREATED_BY>
    <d2p1:DURUM_ID>5</d2p1:DURUM_ID>
    <d2p1:EDITED_AT>2026-07-15T22:35:05.9174027+03:00</d2p1:EDITED_AT>
    <d2p1:EDITED_BY>10</d2p1:EDITED_BY>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:SURUCU_ID>3</d2p1:SURUCU_ID>
    <d2p1:TUR_ID>2</d2p1:TUR_ID>
  </R>
  <STATUS>true</STATUS>
  <STATUS_CODE>2</STATUS_CODE>
</ApiResultOfTURARACSURUCUFIfGy1E2>