POST api/Account/Studentsignup

Request Information

URI Parameters

None.

Body Parameters

SignUpM
NameDescriptionTypeAdditional information
Username

string

Required

Password

string

Required

Firstname

string

Required

Lastname

string

Required

Phoneno

string

Required

Email

string

None.

accesskey

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2",
  "Firstname": "sample string 3",
  "Lastname": "sample string 4",
  "Phoneno": "sample string 5",
  "Email": "sample string 6",
  "accesskey": "sample string 7"
}

text/html

Sample:
{"Username":"sample string 1","Password":"sample string 2","Firstname":"sample string 3","Lastname":"sample string 4","Phoneno":"sample string 5","Email":"sample string 6","accesskey":"sample string 7"}

application/xml, text/xml

Sample:
<SignUpM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models">
  <Email>sample string 6</Email>
  <Firstname>sample string 3</Firstname>
  <Lastname>sample string 4</Lastname>
  <Password>sample string 2</Password>
  <Phoneno>sample string 5</Phoneno>
  <Username>sample string 1</Username>
  <accesskey>sample string 7</accesskey>
</SignUpM>

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.