POST signup
Request Information
URI Parameters
None.
Body Parameters
MemeberRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| app | string |
None. |
|
| country | integer |
None. |
|
| phone | string |
None. |
|
| name | string |
None. |
|
| title | string |
None. |
|
| 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:
{
"app": "sample string 1",
"country": 2,
"phone": "sample string 3",
"name": "sample string 4",
"title": "sample string 5",
"email": "sample string 6",
"password": "sample string 7",
"infos": "sample string 8",
"age": 9,
"gender": 10,
"schooling": 11,
"recitation": 12,
"memorization": 13
}
text/html
Sample:
{"app":"sample string 1","country":2,"phone":"sample string 3","name":"sample string 4","title":"sample string 5","email":"sample string 6","password":"sample string 7","infos":"sample string 8","age":9,"gender":10,"schooling":11,"recitation":12,"memorization":13}
application/xml, text/xml
Sample:
<MemeberRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkademyCore.ViewModel"> <age>9</age> <app>sample string 1</app> <country>2</country> <email>sample string 6</email> <gender>10</gender> <infos>sample string 8</infos> <memorization>13</memorization> <name>sample string 4</name> <password>sample string 7</password> <phone>sample string 3</phone> <recitation>12</recitation> <schooling>11</schooling> <title>sample string 5</title> </MemeberRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.