PUT api/malsahipleri/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
MalSahibiDto| Name | Description | Type | Additional 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 |
|
| 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": "77d44c63-cefa-45aa-9933-c9b494159672",
"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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.