POST api/FichaPedido/ReporteVentasPiyafam
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"idEmpresa": 1,
"fechaInicio": "2026-07-01T08:55:56.8632585-05:00",
"fechaFin": "2026-07-01T08:55:56.8632585-05:00",
"idProducto": 4,
"idPTalla": 5,
"idPCorte": 6,
"idPModelo": 7,
"TipoConsulta": 8,
"FechaEspecifica": "2026-07-01T08:55:56.8632585-05:00"
}
application/xml, text/xml
Sample:
<FiltroReporteVentas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Servicios.Models"> <FechaEspecifica>2026-07-01T08:55:56.8632585-05:00</FechaEspecifica> <TipoConsulta>8</TipoConsulta> <fechaFin>2026-07-01T08:55:56.8632585-05:00</fechaFin> <fechaInicio>2026-07-01T08:55:56.8632585-05:00</fechaInicio> <idEmpresa>1</idEmpresa> <idPCorte>6</idPCorte> <idPModelo>7</idPModelo> <idPTalla>5</idPTalla> <idProducto>4</idProducto> </FiltroReporteVentas>
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.