POST api/changepassword

Request Information

URI Parameters

None.

Body Parameters

ChangePasswordRequest
NameDescriptionTypeAdditional information
Ad

string

None.

Soyad

string

None.

EskiSifre

string

None.

YeniSifre

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Ad": "sample string 1",
  "Soyad": "sample string 2",
  "EskiSifre": "sample string 3",
  "YeniSifre": "sample string 4"
}

application/xml, text/xml

Sample:
<ChangePasswordRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Controllers">
  <Ad>sample string 1</Ad>
  <EskiSifre>sample string 3</EskiSifre>
  <Soyad>sample string 2</Soyad>
  <YeniSifre>sample string 4</YeniSifre>
</ChangePasswordRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.