POST api/Senha?Id_Usuario={Id_Usuario}&Des_Senha={Des_Senha}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id_Usuario | string |
Required |
|
Des_Senha | string |
Required |
Body Parameters
SenhaName | Description | Type | Additional information |
---|---|---|---|
Id_Usuario | string |
None. |
|
Des_Senha | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id_Usuario": "sample string 1", "Des_Senha": "sample string 2" }
application/xml, text/xml
Sample:
<Senha xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMobile.WebApiMobile.Models"> <Des_Senha>sample string 2</Des_Senha> <Id_Usuario>sample string 1</Id_Usuario> </Senha>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |