POST hizmetler/d
Request Information
URI Parameters
None.
Body Parameters
HIZMET| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ADI | string |
None. |
|
| DURUM_ID | integer |
None. |
|
| KDVORANI_ID | integer |
None. |
|
| TEVKIFATDURUM_ID | integer |
None. |
|
| FIRMA_ID | integer |
None. |
|
| CREATED_AT | date |
None. |
|
| CREATED_BY | integer |
None. |
|
| EDITED_AT | date |
None. |
|
| EDITED_BY | integer |
None. |
|
| TEVKIFATORANI_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ADI": "sample string 2",
"DURUM_ID": 3,
"KDVORANI_ID": 4,
"TEVKIFATDURUM_ID": 5,
"FIRMA_ID": 6,
"CREATED_AT": "2026-07-29T20:56:59.1616807+03:00",
"CREATED_BY": 8,
"EDITED_AT": "2026-07-29T20:56:59.1616807+03:00",
"EDITED_BY": 10,
"TEVKIFATORANI_ID": 11
}
application/xml, text/xml
Sample:
<HIZMET xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_filokiralama_core.DTO"> <ADI>sample string 2</ADI> <CREATED_AT>2026-07-29T20:56:59.1616807+03:00</CREATED_AT> <CREATED_BY>8</CREATED_BY> <DURUM_ID>3</DURUM_ID> <EDITED_AT>2026-07-29T20:56:59.1616807+03:00</EDITED_AT> <EDITED_BY>10</EDITED_BY> <FIRMA_ID>6</FIRMA_ID> <ID>1</ID> <KDVORANI_ID>4</KDVORANI_ID> <TEVKIFATDURUM_ID>5</TEVKIFATDURUM_ID> <TEVKIFATORANI_ID>11</TEVKIFATORANI_ID> </HIZMET>
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:59.1620036+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:59.1620036+03:00</DATE> <MESSAGE>sample string 3</MESSAGE> <R>true</R> <STATUS>true</STATUS> <STATUS_CODE>2</STATUS_CODE> </ApiResultOfboolean>