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": "0e377de5-6ed5-49e3-a6ac-37dc52e3ca0d", "CompanyID": "de276d6b-fe5b-4f23-bbba-bc445334eeff" }