PUT api/sozlesmeler/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

SozlesmeDto
NameDescriptionTypeAdditional 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": "9fe84cec-35d1-4676-b860-e29cb09f8d5c",
  "mulkiId": "0e37e912-9da8-4f64-80b3-8477476c6c0d",
  "kiraciId": "1a907b11-d966-4d41-9688-6c3ee7b9501c",
  "baslangicTarihi": "2026-03-17T08:12:45",
  "bitisTarihi": "2026-03-17T08:12:45",
  "aylikKira": 4.0,
  "depozito": 5.0,
  "aidat": 6.0,
  "odemeGunu": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.