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": "9374be1a-6c8d-423f-bffb-1dcc7a94ccef", "CompanyID": "c73fd02e-7d3e-4b04-8adb-cd22d7374f5e" }