POST api/kiracilar
Request Information
URI Parameters
None.
Body Parameters
KiraciDto| 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 |
||
| 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": "f59a8d6e-2d68-4b85-8029-9b0ee758ac11",
"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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.