POST arac-kredi/d

Request Information

URI Parameters

None.

Body Parameters

AracKrediSil
NameDescriptionTypeAdditional information
ID

integer

None.

ARAC_PLAKA

string

None.

BASLANGIC_TARIHI

date

None.

BITIS_TARIHI

date

None.

TUTAR

decimal number

None.

BANKA_ADI

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ARAC_PLAKA": "sample string 2",
  "BASLANGIC_TARIHI": "2026-07-29T20:56:23.3799772+03:00",
  "BITIS_TARIHI": "2026-07-29T20:56:23.3799772+03:00",
  "TUTAR": 5.0,
  "BANKA_ADI": "sample string 6"
}

application/xml, text/xml

Sample:
<AracKrediSil xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.Models.AracKredi">
  <ARAC_PLAKA>sample string 2</ARAC_PLAKA>
  <BANKA_ADI>sample string 6</BANKA_ADI>
  <BASLANGIC_TARIHI>2026-07-29T20:56:23.3799772+03:00</BASLANGIC_TARIHI>
  <BITIS_TARIHI>2026-07-29T20:56:23.3799772+03:00</BITIS_TARIHI>
  <ID>1</ID>
  <TUTAR>5</TUTAR>
</AracKrediSil>

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