POST cek/d

Request Information

URI Parameters

None.

Body Parameters

CEK
NameDescriptionTypeAdditional information
ID

integer

None.

VADE_TARIHI

date

None.

NO

string

None.

BANKA_ID

integer

None.

SUBE

string

None.

ALINMA_TARIHI

date

None.

KESIDECININ_ADI

string

None.

VERGI_NUMARASI

string

None.

HESAP_NO

string

None.

DURUM_ID

integer

None.

FIRMA_ID

integer

None.

TUTAR

decimal number

None.

ACIKLAMA

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,
  "VADE_TARIHI": "2026-07-29T20:54:45.2311829+03:00",
  "NO": "sample string 3",
  "BANKA_ID": 4,
  "SUBE": "sample string 5",
  "ALINMA_TARIHI": "2026-07-29T20:54:45.2311829+03:00",
  "KESIDECININ_ADI": "sample string 7",
  "VERGI_NUMARASI": "sample string 8",
  "HESAP_NO": "sample string 9",
  "DURUM_ID": 10,
  "FIRMA_ID": 11,
  "TUTAR": 12.0,
  "ACIKLAMA": "sample string 13",
  "CREATED_AT": "2026-07-29T20:54:45.2311829+03:00",
  "CREATED_BY": 15,
  "EDITED_AT": "2026-07-29T20:54:45.2311829+03:00",
  "EDITED_BY": 17
}

application/xml, text/xml

Sample:
<CEK xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.DTO">
  <ACIKLAMA>sample string 13</ACIKLAMA>
  <ALINMA_TARIHI>2026-07-29T20:54:45.2311829+03:00</ALINMA_TARIHI>
  <BANKA_ID>4</BANKA_ID>
  <CREATED_AT>2026-07-29T20:54:45.2311829+03:00</CREATED_AT>
  <CREATED_BY>15</CREATED_BY>
  <DURUM_ID>10</DURUM_ID>
  <EDITED_AT>2026-07-29T20:54:45.2311829+03:00</EDITED_AT>
  <EDITED_BY>17</EDITED_BY>
  <FIRMA_ID>11</FIRMA_ID>
  <HESAP_NO>sample string 9</HESAP_NO>
  <ID>1</ID>
  <KESIDECININ_ADI>sample string 7</KESIDECININ_ADI>
  <NO>sample string 3</NO>
  <SUBE>sample string 5</SUBE>
  <TUTAR>12</TUTAR>
  <VADE_TARIHI>2026-07-29T20:54:45.2311829+03:00</VADE_TARIHI>
  <VERGI_NUMARASI>sample string 8</VERGI_NUMARASI>
</CEK>

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