GET api/Documento/ListarDetalleComprasHistorial/{idProducto}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
idProducto
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",
    "Precio": 1.0,
    "Cantidad": 2.0,
    "FechaCompra": "sample string 3",
    "Comprobante": "sample string 4"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarDetalleCompraHistorial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarDetalleCompraHistorial>
    <Cantidad>2</Cantidad>
    <Comprobante>sample string 4</Comprobante>
    <FechaCompra>sample string 3</FechaCompra>
    <Precio>1</Precio>
  </sp_ListarDetalleCompraHistorial>
  <sp_ListarDetalleCompraHistorial>
    <Cantidad>2</Cantidad>
    <Comprobante>sample string 4</Comprobante>
    <FechaCompra>sample string 3</FechaCompra>
    <Precio>1</Precio>
  </sp_ListarDetalleCompraHistorial>
  <sp_ListarDetalleCompraHistorial>
    <Cantidad>2</Cantidad>
    <Comprobante>sample string 4</Comprobante>
    <FechaCompra>sample string 3</FechaCompra>
    <Precio>1</Precio>
  </sp_ListarDetalleCompraHistorial>
</ArrayOfsp_ListarDetalleCompraHistorial>