POST api/sozlesmeler
Request Information
URI Parameters
None.
Body Parameters
SozlesmeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| KullaniciId | globally unique identifier |
None. |
|
| MulkiId | globally unique identifier |
Required |
|
| KiraciId | globally unique identifier |
Required |
|
| BaslangicTarihi | date |
None. |
|
| BitisTarihi | date |
None. |
|
| AylikKira | decimal number |
Range: inclusive between 0 and 1.79769313486232E+308 |
|
| Depozito | decimal number |
None. |
|
| Aidat | decimal number |
None. |
|
| OdemeGunu | integer |
Range: inclusive between 1 and 31 |
Request Formats
application/json, text/json
Sample:
{
"kullaniciId": "e9f48422-2192-40de-b9ec-fdb2d92444f5",
"mulkiId": "898c88f4-864f-4a77-8025-d7d3cf56e1d2",
"kiraciId": "c3d960e2-7eae-4a10-92c7-a7ada93f8632",
"baslangicTarihi": "2026-03-17T08:10:36",
"bitisTarihi": "2026-03-17T08:10:36",
"aylikKira": 4.0,
"depozito": 5.0,
"aidat": 6.0,
"odemeGunu": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.