POST api/personchangepassword

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "942f7b96-1048-4b51-b1f3-ffe9356c04e1",
  "CompanyID": "7a7c27eb-f4b9-44de-a87f-7f78b20dae09"
}