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": "8f3f646d-2be4-46b6-96c2-df198c2853c4",
  "CompanyID": "e193bc6a-c569-433f-873e-f4f3450618a0"
}