POST api/T_TedFaturaAdd

Request Information

URI Parameters

None.

Body Parameters

TFTFATURA
NameDescriptionTypeAdditional information
FT_FATURA_ID

integer

None.

FT_FATURA_FT_ID

integer

None.

FT_FATURA_BELGE_YOL

string

None.

FT_FATURA_AY

integer

None.

FT_FATURA_YIL

integer

None.

FT_FATURA_CREATED_DATE

date

None.

FT_FATURA_ACIKLAMA

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FT_FATURA_ID": 1,
  "FT_FATURA_FT_ID": 1,
  "FT_FATURA_BELGE_YOL": "sample string 2",
  "FT_FATURA_AY": 1,
  "FT_FATURA_YIL": 1,
  "FT_FATURA_CREATED_DATE": "2025-12-12T13:46:50.6383484+03:00",
  "FT_FATURA_ACIKLAMA": "sample string 3"
}

application/xml, text/xml

Sample:
<TFTFATURA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BesturApi.Models">
  <FT_FATURA_ACIKLAMA>sample string 3</FT_FATURA_ACIKLAMA>
  <FT_FATURA_AY>1</FT_FATURA_AY>
  <FT_FATURA_BELGE_YOL>sample string 2</FT_FATURA_BELGE_YOL>
  <FT_FATURA_CREATED_DATE>2025-12-12T13:46:50.6383484+03:00</FT_FATURA_CREATED_DATE>
  <FT_FATURA_FT_ID>1</FT_FATURA_FT_ID>
  <FT_FATURA_ID>1</FT_FATURA_ID>
  <FT_FATURA_YIL>1</FT_FATURA_YIL>
</TFTFATURA>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TFTFATURA'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />