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": "ed4858da-38f4-498f-b926-10c8e02e4527",
  "CompanyID": "ba1a5cf2-54fa-4426-b0f1-f4b4b48b8a58"
}