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": "b4acac19-f5fe-494b-b293-c30ac0f7d9f7", "CompanyID": "cd3094d8-5e11-4d62-921b-85b969d4559e" }