POST api/Mulkler

Request Information

URI Parameters

None.

Body Parameters

MulkDto
NameDescriptionTypeAdditional 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": "f90721e0-86d3-4fdf-9ad5-55bd2136226c",
  "malSahibiId": "0571e9b9-1504-40c7-9a5b-a595a16b14f4",
  "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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.