POST api/Reportes/ObtenerHorasPicoDashboard

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
filtro
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "idEmpresa": 1,
  "idUnidadNegocio": 2,
  "anio": 3,
  "mes": 4,
  "semana": 5
}

application/xml, text/xml

Sample:
<DashboardHorasPicoFiltro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <anio>3</anio>
  <idEmpresa>1</idEmpresa>
  <idUnidadNegocio>2</idUnidadNegocio>
  <mes>4</mes>
  <semana>5</semana>
</DashboardHorasPicoFiltro>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.