PUT api/Mulkler/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
MulkDto| Name | Description | Type | Additional information |
|---|---|---|---|
| KullaniciId | globally unique identifier |
None. |
|
| MalSahibiId | globally unique identifier |
Required |
|
| Baslik | string |
Required String length: inclusive between 0 and 200 |
|
| Aciklama | string |
None. |
|
| Adres | string |
String length: inclusive between 0 and 300 |
|
| Il | string |
String length: inclusive between 0 and 100 |
|
| Ilce | string |
String length: inclusive between 0 and 100 |
|
| Mahalle | string |
String length: inclusive between 0 and 100 |
|
| Metrekare | integer |
None. |
|
| OdaSayisi | string |
String length: inclusive between 0 and 20 |
|
| Kat | string |
String length: inclusive between 0 and 20 |
|
| BinaYasi | integer |
None. |
|
| Durum | string |
String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"kullaniciId": "5e859f6b-6fdd-48b6-b34c-e21d994b7d78",
"malSahibiId": "e28b4293-a882-4f42-b46a-618b23f77424",
"baslik": "sample string 3",
"aciklama": "sample string 4",
"adres": "sample string 5",
"il": "sample string 6",
"ilce": "sample string 7",
"mahalle": "sample string 8",
"metrekare": 1,
"odaSayisi": "sample string 9",
"kat": "sample string 10",
"binaYasi": 1,
"durum": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.