PUT api/School/SchoolChangePasswordPSEBMAIN/{eKey}/{year}?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eKey | string |
Required |
|
id | string |
Required |
|
year | string |
None. |
Body Parameters
SchoolChangePasswordModelName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.