POST api/Geral/VerificaPermissao
Request Information
URI Parameters
None.
Body Parameters
AutenticaPermVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContaAcesso | integer |
None. |
|
| IdUsuario | integer |
None. |
|
| Token | string |
None. |
|
| IdMenu | integer |
None. |
|
| IdPerfil | integer |
None. |
|
| IdPermissao | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdContaAcesso": 1,
"IdUsuario": 2,
"Token": "sample string 3",
"IdMenu": 4,
"IdPerfil": 5,
"IdPermissao": 6
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true