POST api/Account/AlterarSenha

Alterar senha do Usuário no sistema.

Request Information

URI Parameters

None.

Body Parameters

RemoteAlterarSenha
NameDescriptionTypeAdditional information
userName

Nome do Usuario no sistema

string

None.

newPassword

Nova senha

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "newPassword": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RemoteAlterarSenha'.

Response Information

Resource Description

object

boolean

Response Formats

application/json, text/json

Sample:
true