POST api/malsahipleri

Request Information

URI Parameters

None.

Body Parameters

MalSahibiDto
NameDescriptionTypeAdditional information
KullaniciId

globally unique identifier

None.

AdSoyad

string

Required

String length: inclusive between 0 and 100

Telefon

string

String length: inclusive between 0 and 20

Email

string

String length: inclusive between 0 and 100

TcVergiNo

string

String length: inclusive between 0 and 20

IBAN

string

String length: inclusive between 0 and 50

Adres

string

String length: inclusive between 0 and 300

Notlar

string

None.

Request Formats

application/json, text/json

Sample:
{
  "kullaniciId": "8da416f3-f46a-4d39-8fd5-a1758649eef2",
  "adSoyad": "sample string 2",
  "telefon": "sample string 3",
  "email": "sample string 4",
  "tcVergiNo": "sample string 5",
  "iban": "sample string 6",
  "adres": "sample string 7",
  "notlar": "sample string 8"
}

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.