PUT api/School/SchoolChangePasswordPSEBMAIN/{eKey}/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eKey

string

Required

id

string

Required

Body Parameters

SchoolChangePasswordModel
NameDescriptionTypeAdditional information
SCHL

string

None.

CurrentPassword

string

None.

NewPassword

string

None.

REMARKS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SCHL": "sample string 1",
  "CurrentPassword": "sample string 2",
  "NewPassword": "sample string 3",
  "REMARKS": "sample string 4"
}

text/html

Sample:
{"SCHL":"sample string 1","CurrentPassword":"sample string 2","NewPassword":"sample string 3","REMARKS":"sample string 4"}

application/xml, text/xml

Sample:
<SchoolChangePasswordModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PSEBAPI.Models">
  <CurrentPassword>sample string 2</CurrentPassword>
  <NewPassword>sample string 3</NewPassword>
  <REMARKS>sample string 4</REMARKS>
  <SCHL>sample string 1</SCHL>
</SchoolChangePasswordModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SchoolChangePasswordModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.