POST kesilenfatura/d
Request Information
URI Parameters
None.
Body Parameters
KESILENFATURA| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| GUID | string |
None. |
|
| NUMBER | string |
None. |
|
| TARIH | date |
None. |
|
| CARI_ID | integer |
None. |
|
| FATURA_NO | string |
None. |
|
| BELGE | string |
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,
"GUID": "sample string 2",
"NUMBER": "sample string 3",
"TARIH": "2026-07-29T21:00:05.6951934+03:00",
"CARI_ID": 5,
"FATURA_NO": "sample string 6",
"BELGE": "sample string 7",
"ACIKLAMA": "sample string 8",
"CREATED_AT": "2026-07-29T21:00:05.6951934+03:00",
"CREATED_BY": 10,
"EDITED_AT": "2026-07-29T21:00:05.6951934+03:00",
"EDITED_BY": 12
}
application/xml, text/xml
Sample:
<KESILENFATURA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.DTO"> <ACIKLAMA>sample string 8</ACIKLAMA> <BELGE>sample string 7</BELGE> <CARI_ID>5</CARI_ID> <CREATED_AT>2026-07-29T21:00:05.6951934+03:00</CREATED_AT> <CREATED_BY>10</CREATED_BY> <EDITED_AT>2026-07-29T21:00:05.6951934+03:00</EDITED_AT> <EDITED_BY>12</EDITED_BY> <FATURA_NO>sample string 6</FATURA_NO> <GUID>sample string 2</GUID> <ID>1</ID> <NUMBER>sample string 3</NUMBER> <TARIH>2026-07-29T21:00:05.6951934+03:00</TARIH> </KESILENFATURA>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfBoolean| Name | Description | Type | Additional 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-29T21:00:05.6951934+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-29T21:00:05.6951934+03:00</DATE> <MESSAGE>sample string 3</MESSAGE> <R>true</R> <STATUS>true</STATUS> <STATUS_CODE>2</STATUS_CODE> </ApiResultOfboolean>