POST signin

Request Information

URI Parameters

None.

Body Parameters

LoginRequest
NameDescriptionTypeAdditional information
code

string

None.

from

integer

None.

mode

integer

None.

role

integer

None.

app

string

None.

country

integer

None.

phone

string

None.

name

string

None.

title

string

None.

email

string

None.

password

string

None.

infos

string

None.

age

integer

None.

gender

integer

None.

schooling

integer

None.

recitation

integer

None.

memorization

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "from": 2,
  "mode": 3,
  "role": 4,
  "app": "sample string 5",
  "country": 6,
  "phone": "sample string 7",
  "name": "sample string 8",
  "title": "sample string 9",
  "email": "sample string 10",
  "password": "sample string 11",
  "infos": "sample string 12",
  "age": 13,
  "gender": 14,
  "schooling": 15,
  "recitation": 16,
  "memorization": 17
}

text/html

Sample:
{"code":"sample string 1","from":2,"mode":3,"role":4,"app":"sample string 5","country":6,"phone":"sample string 7","name":"sample string 8","title":"sample string 9","email":"sample string 10","password":"sample string 11","infos":"sample string 12","age":13,"gender":14,"schooling":15,"recitation":16,"memorization":17}

application/xml, text/xml

Sample:
<LoginRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkademyCore.ViewModel">
  <age>13</age>
  <app>sample string 5</app>
  <country>6</country>
  <email>sample string 10</email>
  <gender>14</gender>
  <infos>sample string 12</infos>
  <memorization>17</memorization>
  <name>sample string 8</name>
  <password>sample string 11</password>
  <phone>sample string 7</phone>
  <recitation>16</recitation>
  <schooling>15</schooling>
  <title>sample string 9</title>
  <code>sample string 1</code>
  <from>2</from>
  <mode>3</mode>
  <role>4</role>
</LoginRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.