| All Verbs | /Usuarios/Permisos/MenuPrincipal |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Usuario | query | string | No | |
| CodSistema | query | int | No | |
| CodEmpresa | query | int | No | |
| Lenguaje | query | Lenguajes | No |
| ES | |
| PT | |
| EN |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CodSistema | form | int | No | |
| CodEmpresa | form | int | No | |
| Modulos | form | List<PermisosModulos> | No | |
| Lenguaje | form | Lenguajes | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CodModulo | form | decimal | No | |
| Nombre | form | string | No | |
| SuperUsuario | form | bool | No | |
| Orden | form | int | No | |
| MenuPrincipal | form | List<PermisosItems> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CodigoMenu | form | decimal | No | |
| CodigoPadre | form | decimal | No | |
| Nombre | form | string | No | |
| Descripcion | form | string | No | |
| TienePermiso | form | bool | No | |
| TipoEjecucion | form | string | No | |
| IDEjecucion | form | string | No | |
| InfoAdicional | form | string | No | |
| Orden | form | int | No | |
| Items | form | List<PermisosItems> | No | |
| Icono | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Usuarios/Permisos/MenuPrincipal HTTP/1.1
Host: soluser-recaudo.sgsas.co
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
Usuario: String,
CodSistema: 0,
CodEmpresa: 0,
Lenguaje: ES
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
CodSistema: 0,
CodEmpresa: 0,
Modulos:
[
{
CodModulo: 0,
Nombre: String,
SuperUsuario: False,
Orden: 0,
MenuPrincipal:
[
{
CodigoMenu: 0,
CodigoPadre: 0,
Nombre: String,
Descripcion: String,
TienePermiso: False,
TipoEjecucion: String,
IDEjecucion: String,
InfoAdicional: String,
Orden: 0,
Items:
[
{
CodigoMenu: 0,
CodigoPadre: 0,
Nombre: String,
Descripcion: String,
TienePermiso: False,
TipoEjecucion: String,
IDEjecucion: String,
InfoAdicional: String,
Orden: 0,
Items:
[
{
CodigoMenu: 0,
CodigoPadre: 0,
Nombre: String,
Descripcion: String,
TienePermiso: False,
TipoEjecucion: String,
IDEjecucion: String,
InfoAdicional: String,
Orden: 0,
Icono: String
}
],
Icono: String
}
],
Icono: String
}
]
}
],
Lenguaje: ES
}