POST api/Autenticacao/CadastrarSenha

Request Information

URI Parameters

None.

Body Parameters

CadastrarSenhaDTO
NameDescriptionTypeAdditional information
Token

globally unique identifier

None.

NovaSenha

string

None.

ConfirmacaoNovaSenha

string

None.

EnderecoIp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "1dc1cc1e-b790-4710-9a0c-38d112e8e574",
  "NovaSenha": "sample string 2",
  "ConfirmacaoNovaSenha": "sample string 3",
  "EnderecoIp": "sample string 4"
}

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 3</ConfirmacaoNovaSenha>
  <EnderecoIp>sample string 4</EnderecoIp>
  <NovaSenha>sample string 2</NovaSenha>
  <Token>1dc1cc1e-b790-4710-9a0c-38d112e8e574</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.