POST api/kullanici/giris

Request Information

URI Parameters

None.

Body Parameters

LoginRequest
NameDescriptionTypeAdditional information
Eposta

string

None.

Username

string

None.

Sifre

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Eposta": "sample string 1",
  "Username": "sample string 2",
  "Sifre": "sample string 3"
}

application/xml, text/xml

Sample:
<LoginRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServerApi">
  <Eposta>sample string 1</Eposta>
  <Sifre>sample string 3</Sifre>
  <Username>sample string 2</Username>
</LoginRequest>

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.