POST api/Autenticacao/CadastrarSenha
Request Information
URI Parameters
None.
Body Parameters
CadastrarSenhaDTO| Name | Description | Type | Additional information | 
|---|---|---|---|
| Token | globally unique identifier | 
                             None.  | 
                |
| NovaSenha | string | 
                             None.  | 
                |
| ConfirmacaoNovaSenha | string | 
                             None.  | 
                |
| EnderecoIp | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Token": "5e798226-e697-48b4-b97b-3cb0609cc332",
  "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>5e798226-e697-48b4-b97b-3cb0609cc332</Token> </CadastrarSenhaDTO>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.