POST alinanodeme/d
Request Information
URI Parameters
None.
Body Parameters
ALINANODEME| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CARI_ID | integer |
None. |
|
| TARIH | date |
None. |
|
| ODEMETIPI_ID | integer |
None. |
|
| TUTAR | decimal number |
None. |
|
| ACIKLAMA | string |
None. |
|
| EVRAK_NO | string |
None. |
|
| KASA_ID | integer |
None. |
|
| CEK_ID | integer |
None. |
|
| BELGE | string |
None. |
|
| OOP_ID | integer |
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,
"CARI_ID": 2,
"TARIH": "2026-07-29T20:56:55.2109988+03:00",
"ODEMETIPI_ID": 4,
"TUTAR": 5.0,
"ACIKLAMA": "sample string 6",
"EVRAK_NO": "sample string 7",
"KASA_ID": 8,
"CEK_ID": 9,
"BELGE": "sample string 10",
"OOP_ID": 11,
"CREATED_AT": "2026-07-29T20:56:55.2109988+03:00",
"CREATED_BY": 13,
"EDITED_AT": "2026-07-29T20:56:55.2109988+03:00",
"EDITED_BY": 15
}
application/xml, text/xml
Sample:
<ALINANODEME xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.DTO"> <ACIKLAMA>sample string 6</ACIKLAMA> <BELGE>sample string 10</BELGE> <CARI_ID>2</CARI_ID> <CEK_ID>9</CEK_ID> <CREATED_AT>2026-07-29T20:56:55.2109988+03:00</CREATED_AT> <CREATED_BY>13</CREATED_BY> <EDITED_AT>2026-07-29T20:56:55.2109988+03:00</EDITED_AT> <EDITED_BY>15</EDITED_BY> <EVRAK_NO>sample string 7</EVRAK_NO> <ID>1</ID> <KASA_ID>8</KASA_ID> <ODEMETIPI_ID>4</ODEMETIPI_ID> <OOP_ID>11</OOP_ID> <TARIH>2026-07-29T20:56:55.2109988+03:00</TARIH> <TUTAR>5</TUTAR> </ALINANODEME>
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-29T20:56:55.2109988+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:55.2109988+03:00</DATE> <MESSAGE>sample string 3</MESSAGE> <R>true</R> <STATUS>true</STATUS> <STATUS_CODE>2</STATUS_CODE> </ApiResultOfboolean>