POST api/SetPassword
Request Information
URI Parameters
None.
Body Parameters
PasswordRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Nome | string |
None. |
|
| Valor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nome": "sample string 1",
"Valor": "sample string 2"
}
text/html
Sample:
{"Nome":"sample string 1","Valor":"sample string 2"}
application/xml, text/xml
Sample:
<PasswordRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Suberbac.WebApi.Controllers"> <Nome>sample string 1</Nome> <Valor>sample string 2</Valor> </PasswordRequest>
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. |