GET api/FacturaVentaProducto?RFC={RFC}&Id_Producto={Id_Producto}&Anio={Anio}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RFC | string |
None. |
|
| Id_Producto | string |
None. |
|
| Anio | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of FacturaVentaProdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Factura | integer |
None. |
|
| F_Factura | date |
None. |
|
| Receptor | string |
None. |
|
| Cantidad | decimal number |
None. |
|
| Precio | decimal number |
None. |
|
| Costo | decimal number |
None. |
|
| Utilidad | decimal number |
None. |
|
| Importe | decimal number |
None. |
|
| Utilidadtotal | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id_Factura": 1,
"F_Factura": "2025-12-05T21:50:36.4172883-06:00",
"Receptor": "sample string 3",
"Cantidad": 4.1,
"Precio": 5.1,
"Costo": 6.1,
"Utilidad": 7.1,
"Importe": 8.1,
"Utilidadtotal": 9.1
},
{
"Id_Factura": 1,
"F_Factura": "2025-12-05T21:50:36.4172883-06:00",
"Receptor": "sample string 3",
"Cantidad": 4.1,
"Precio": 5.1,
"Costo": 6.1,
"Utilidad": 7.1,
"Importe": 8.1,
"Utilidadtotal": 9.1
}
]
application/xml, text/xml
Sample:
<ArrayOfFacturaVentaProdModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SikConnect.Models">
<FacturaVentaProdModel>
<Cantidad>4.1</Cantidad>
<Costo>6.1</Costo>
<F_Factura>2025-12-05T21:50:36.4172883-06:00</F_Factura>
<Id_Factura>1</Id_Factura>
<Importe>8.1</Importe>
<Precio>5.1</Precio>
<Receptor>sample string 3</Receptor>
<Utilidad>7.1</Utilidad>
<Utilidadtotal>9.1</Utilidadtotal>
</FacturaVentaProdModel>
<FacturaVentaProdModel>
<Cantidad>4.1</Cantidad>
<Costo>6.1</Costo>
<F_Factura>2025-12-05T21:50:36.4172883-06:00</F_Factura>
<Id_Factura>1</Id_Factura>
<Importe>8.1</Importe>
<Precio>5.1</Precio>
<Receptor>sample string 3</Receptor>
<Utilidad>7.1</Utilidad>
<Utilidadtotal>9.1</Utilidadtotal>
</FacturaVentaProdModel>
</ArrayOfFacturaVentaProdModel>