GET api/Documento/ListarHistoricoDetalleVenta/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idDetalleVenta": 1,
"idProducto": 2,
"PRODUCTO": "sample string 3",
"costo": 4.0,
"cantidad": 5.0,
"costo1": 1.0,
"codigoNotaIngreso": "sample string 6"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_listarHistoricoDetalleVenta_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<sp_listarHistoricoDetalleVenta_Result>
<PRODUCTO>sample string 3</PRODUCTO>
<cantidad>5</cantidad>
<codigoNotaIngreso>sample string 6</codigoNotaIngreso>
<costo>4</costo>
<costo1>1</costo1>
<idDetalleVenta>1</idDetalleVenta>
<idProducto>2</idProducto>
</sp_listarHistoricoDetalleVenta_Result>
<sp_listarHistoricoDetalleVenta_Result>
<PRODUCTO>sample string 3</PRODUCTO>
<cantidad>5</cantidad>
<codigoNotaIngreso>sample string 6</codigoNotaIngreso>
<costo>4</costo>
<costo1>1</costo1>
<idDetalleVenta>1</idDetalleVenta>
<idProducto>2</idProducto>
</sp_listarHistoricoDetalleVenta_Result>
<sp_listarHistoricoDetalleVenta_Result>
<PRODUCTO>sample string 3</PRODUCTO>
<cantidad>5</cantidad>
<codigoNotaIngreso>sample string 6</codigoNotaIngreso>
<costo>4</costo>
<costo1>1</costo1>
<idDetalleVenta>1</idDetalleVenta>
<idProducto>2</idProducto>
</sp_listarHistoricoDetalleVenta_Result>
</ArrayOfsp_listarHistoricoDetalleVenta_Result>