POST api/personchangepassword
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"password": "sample string 2",
"newpassword": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"PersonID": "8b8eb1f9-d9e6-40f7-9106-cb9d3b606d9c",
"CompanyID": "ae0cd4e6-1810-4f5c-a34c-a0ae198a057b"
}