The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /Usuarios/Permisos/Forma HTTP/1.1
Host: soluser-recaudo.sgsas.co
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
Usuario: String,
CodSistema: 0,
CodEmpresa: 0,
CodModulo: 0,
CodForma: 0,
Lenguaje: ES
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
CodForma: 0,
Nombre: String,
Descripcion: String,
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,
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
}
]
}