PUT api/kiracilar/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

KiraciDto
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

TcNo

string

String length: inclusive between 0 and 20

IsYeri

string

String length: inclusive between 0 and 150

AcilKisi

string

String length: inclusive between 0 and 100

Notlar

string

None.

Request Formats

application/json, text/json

Sample:
{
  "kullaniciId": "ce2300f2-7eb2-4660-b832-5d2b3155f1c0",
  "adSoyad": "sample string 2",
  "telefon": "sample string 3",
  "email": "sample string 4",
  "tcNo": "sample string 5",
  "isYeri": "sample string 6",
  "acilKisi": "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.