PUT api/kiraodemeleri/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
KiraOdemeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SozlesmeId | globally unique identifier |
Required |
|
| Ay | integer |
Range: inclusive between 1 and 12 |
|
| Yil | integer |
Range: inclusive between 2000 and 2100 |
|
| Tutar | decimal number |
Range: inclusive between 0 and 1.79769313486232E+308 |
|
| SonOdemeTarihi | date |
None. |
|
| OdemeTarihi | date |
None. |
|
| Durum | string |
String length: inclusive between 0 and 20 |
|
| Notlar | string |
String length: inclusive between 0 and 300 |
Request Formats
application/json, text/json
Sample:
{
"sozlesmeId": "5de803dc-e154-453b-b7e6-a1b38c84bea2",
"ay": 2,
"yil": 3,
"tutar": 4.0,
"sonOdemeTarihi": "2026-03-17T08:13:35",
"odemeTarihi": "2026-03-17T08:13:35",
"durum": "sample string 6",
"notlar": "sample string 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.