POST api/v1/student/changePassword

Request Information

URI Parameters

None.

Body Parameters

AppUserLoginReq
NameDescriptionTypeAdditional information
student_id

string

Required

password

string

Required

ostype

string

Required

usertype

string

Required

tokenid

string

Required

Request Formats

application/json, text/json

Sample:
{
  "student_id": "sample string 1",
  "password": "sample string 2",
  "ostype": "sample string 3",
  "usertype": "sample string 4",
  "tokenid": "sample string 5"
}

application/xml, text/xml

Sample:
<AppUserLoginReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/resultappbbu.Models.StudentReg">
  <ostype>sample string 3</ostype>
  <password>sample string 2</password>
  <student_id>sample string 1</student_id>
  <tokenid>sample string 5</tokenid>
  <usertype>sample string 4</usertype>
</AppUserLoginReq>

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.