POST api/AppRecuperacaoSenhaApp
Request Information
URI Parameters
None.
Body Parameters
RecuperacaoSenhaAppModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Cpf | string |
None. |
|
| Codigo | string |
None. |
|
| NovaSenha | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "a980d0c2-fce7-4c9e-b508-442b35132e81",
"Cpf": "sample string 2",
"Codigo": "sample string 3",
"NovaSenha": "sample string 4",
"Email": "sample string 5"
}
application/xml, text/xml
Sample:
<RecuperacaoSenhaAppModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softbyte.ProjetoViver.API.Models"> <Codigo>sample string 3</Codigo> <Cpf>sample string 2</Cpf> <Email>sample string 5</Email> <Id>a980d0c2-fce7-4c9e-b508-442b35132e81</Id> <NovaSenha>sample string 4</NovaSenha> </RecuperacaoSenhaAppModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |