POST api/Autenticacao/CadastrarSenha

Request Information

URI Parameters

None.

Body Parameters

CadastrarSenhaDTO
NameDescriptionTypeAdditional information
Token

globally unique identifier

None.

LoginUsuario

string

None.

NovaSenha

string

None.

ConfirmacaoNovaSenha

string

None.

EnderecoIp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "a0773e0e-d88d-4e96-aadc-23d6bee02770",
  "LoginUsuario": "sample string 2",
  "NovaSenha": "sample string 3",
  "ConfirmacaoNovaSenha": "sample string 4",
  "EnderecoIp": "sample string 5"
}

application/xml, text/xml

Sample:
<CadastrarSenhaDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LinxMicrovix.ErpAdmin.Application.Usuarios">
  <ConfirmacaoNovaSenha>sample string 4</ConfirmacaoNovaSenha>
  <EnderecoIp>sample string 5</EnderecoIp>
  <LoginUsuario>sample string 2</LoginUsuario>
  <NovaSenha>sample string 3</NovaSenha>
  <Token>a0773e0e-d88d-4e96-aadc-23d6bee02770</Token>
</CadastrarSenhaDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.