POST api/Account/AtualizarPerfil
Alterar Usuário no sistema.
Request Information
URI Parameters
None.
Body Parameters
RemoteAtualizarPerfil| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id do Usuario |
integer |
None. |
| perfil |
Novo Perfil do usuário |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"perfil": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
object
booleanResponse Formats
application/json, text/json
Sample:
true