POST API/RestData/ChangePassword

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
data
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "mem_id": 1,
  "current_password": "sample string 2",
  "change_password": "sample string 3",
  "message": "sample string 4",
  "status": true
}

application/xml, text/xml

Sample:
<clsChangePassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice">
  <change_password>sample string 3</change_password>
  <current_password>sample string 2</current_password>
  <mem_id>1</mem_id>
  <message>sample string 4</message>
  <status>true</status>
</clsChangePassword>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "mem_id": 1,
  "current_password": "sample string 2",
  "change_password": "sample string 3",
  "message": "sample string 4",
  "status": true
}

application/xml, text/xml

Sample:
<clsChangePassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice">
  <change_password>sample string 3</change_password>
  <current_password>sample string 2</current_password>
  <mem_id>1</mem_id>
  <message>sample string 4</message>
  <status>true</status>
</clsChangePassword>