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": "36dbdb92-2fec-4344-b448-240dd15b14a4",
"CompanyID": "776c09f0-6bee-42db-9e63-4890beb828e7"
}