POST Api/Mobile/Cooperado/AlterarSenha
Request Information
URI Parameters
None.
Body Parameters
AlterarSenhaAppDTOName | Description | Type | Additional information |
---|---|---|---|
CPF | string |
None. |
|
SenhaAtual | string |
None. |
|
NovaSenha | string |
None. |
|
ConfirmacaoNovaSenha | string |
None. |
|
AlterarFoto | boolean |
None. |
|
Foto | Collection of byte |
None. |
|
OperadorID | integer |
None. |
|
SenhaOperador | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CPF": "sample string 1", "SenhaAtual": "sample string 2", "NovaSenha": "sample string 3", "ConfirmacaoNovaSenha": "sample string 4", "AlterarFoto": true, "Foto": "QEA=", "OperadorID": 6, "SenhaOperador": "sample string 7" }
application/xml, text/xml
Sample:
<AlterarSenhaAppDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCOOP.EntityLayer.DTO.App"> <AlterarFoto>true</AlterarFoto> <CPF>sample string 1</CPF> <ConfirmacaoNovaSenha>sample string 4</ConfirmacaoNovaSenha> <Foto>QEA=</Foto> <NovaSenha>sample string 3</NovaSenha> <OperadorID>6</OperadorID> <SenhaAtual>sample string 2</SenhaAtual> <SenhaOperador>sample string 7</SenhaOperador> </AlterarSenhaAppDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AlterarSenhaAppDTOName | Description | Type | Additional information |
---|---|---|---|
CPF | string |
None. |
|
SenhaAtual | string |
None. |
|
NovaSenha | string |
None. |
|
ConfirmacaoNovaSenha | string |
None. |
|
AlterarFoto | boolean |
None. |
|
Foto | Collection of byte |
None. |
|
OperadorID | integer |
None. |
|
SenhaOperador | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CPF": "sample string 1", "SenhaAtual": "sample string 2", "NovaSenha": "sample string 3", "ConfirmacaoNovaSenha": "sample string 4", "AlterarFoto": true, "Foto": "QEA=", "OperadorID": 6, "SenhaOperador": "sample string 7" }
application/xml, text/xml
Sample:
<AlterarSenhaAppDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCOOP.EntityLayer.DTO.App"> <AlterarFoto>true</AlterarFoto> <CPF>sample string 1</CPF> <ConfirmacaoNovaSenha>sample string 4</ConfirmacaoNovaSenha> <Foto>QEA=</Foto> <NovaSenha>sample string 3</NovaSenha> <OperadorID>6</OperadorID> <SenhaAtual>sample string 2</SenhaAtual> <SenhaOperador>sample string 7</SenhaOperador> </AlterarSenhaAppDTO>