POST api/user/sifreolustur
Request Information
URI Parameters
None.
Body Parameters
UserMiniModel| Name | Description | Type | Additional information |
|---|---|---|---|
| KullaniciBasvuruID | integer |
None. |
|
| TCKimlikNo | string |
None. |
|
| Sifre | string |
None. |
|
| KisiID | integer |
None. |
|
| KulupID | integer |
None. |
|
| KulupAdi | string |
None. |
|
| KulupKodu | string |
None. |
|
| Adi | string |
None. |
|
| Soyadi | string |
None. |
|
| DogumTarihi | date |
None. |
|
| CepTelefonu | string |
None. |
|
| DogrulamaKodu | string |
None. |
|
| NotificationToken | string |
None. |
|
| AktifHakem | boolean |
None. |
|
| AktifGozlemci | boolean |
None. |
|
| ImzaSirkusuUrl | string |
None. |
|
| TaahhutnameUrl | string |
None. |
|
| Onayli | boolean |
None. |
|
| RedNedeni | string |
None. |
|
| BasvuruTarihi | date |
None. |
|
| Yetkiler | string |
None. |
|
| KullaniciYetkileri | KulupKullaniciYetkiModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"KullaniciBasvuruID": 1,
"TCKimlikNo": "sample string 1",
"Sifre": "sample string 2",
"KisiID": 1,
"KulupID": 1,
"KulupAdi": "sample string 3",
"KulupKodu": "sample string 4",
"Adi": "sample string 5",
"Soyadi": "sample string 6",
"DogumTarihi": "2025-12-13T05:04:33.6267612+03:00",
"CepTelefonu": "sample string 8",
"DogrulamaKodu": "sample string 9",
"NotificationToken": "sample string 10",
"AktifHakem": true,
"AktifGozlemci": true,
"ImzaSirkusuUrl": "sample string 13",
"TaahhutnameUrl": "sample string 14",
"Onayli": true,
"RedNedeni": "sample string 15",
"BasvuruTarihi": "2025-12-13T05:04:33.6267612+03:00",
"Yetkiler": "sample string 17",
"KullaniciYetkileri": {
"Esame": true,
"Lisans": true,
"Yetki": true
}
}
application/xml, text/xml
Sample:
<UserMiniModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TFF.WebServices.WebApi.Models">
<Adi>sample string 5</Adi>
<AktifGozlemci>true</AktifGozlemci>
<AktifHakem>true</AktifHakem>
<BasvuruTarihi>2025-12-13T05:04:33.6267612+03:00</BasvuruTarihi>
<CepTelefonu>sample string 8</CepTelefonu>
<DogrulamaKodu>sample string 9</DogrulamaKodu>
<DogumTarihi>2025-12-13T05:04:33.6267612+03:00</DogumTarihi>
<ImzaSirkusuUrl>sample string 13</ImzaSirkusuUrl>
<KisiID>1</KisiID>
<KullaniciBasvuruID>1</KullaniciBasvuruID>
<KullaniciYetkileri>
<Esame>true</Esame>
<Lisans>true</Lisans>
<Yetki>true</Yetki>
</KullaniciYetkileri>
<KulupAdi>sample string 3</KulupAdi>
<KulupID>1</KulupID>
<KulupKodu>sample string 4</KulupKodu>
<NotificationToken>sample string 10</NotificationToken>
<Onayli>true</Onayli>
<RedNedeni>sample string 15</RedNedeni>
<Sifre>sample string 2</Sifre>
<Soyadi>sample string 6</Soyadi>
<TCKimlikNo>sample string 1</TCKimlikNo>
<TaahhutnameUrl>sample string 14</TaahhutnameUrl>
<Yetkiler>sample string 17</Yetkiler>
</UserMiniModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.