GET api/ProductoEquivalente/ListarxProducto/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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",
    "idProductoEquivalente": 1,
    "idProducto": 2,
    "nombre": "sample string 3",
    "factor": 4.0,
    "precioVentaLocal": 1.0,
    "precioVentaDelivery": 1.0,
    "precioVentaDirecta": 1.0,
    "idEstado": 5
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProductoEquivalente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <ProductoEquivalente>
    <factor>4</factor>
    <idEstado>5</idEstado>
    <idProducto>2</idProducto>
    <idProductoEquivalente>1</idProductoEquivalente>
    <nombre>sample string 3</nombre>
    <precioVentaDelivery>1</precioVentaDelivery>
    <precioVentaDirecta>1</precioVentaDirecta>
    <precioVentaLocal>1</precioVentaLocal>
  </ProductoEquivalente>
  <ProductoEquivalente>
    <factor>4</factor>
    <idEstado>5</idEstado>
    <idProducto>2</idProducto>
    <idProductoEquivalente>1</idProductoEquivalente>
    <nombre>sample string 3</nombre>
    <precioVentaDelivery>1</precioVentaDelivery>
    <precioVentaDirecta>1</precioVentaDirecta>
    <precioVentaLocal>1</precioVentaLocal>
  </ProductoEquivalente>
  <ProductoEquivalente>
    <factor>4</factor>
    <idEstado>5</idEstado>
    <idProducto>2</idProducto>
    <idProductoEquivalente>1</idProductoEquivalente>
    <nombre>sample string 3</nombre>
    <precioVentaDelivery>1</precioVentaDelivery>
    <precioVentaDirecta>1</precioVentaDirecta>
    <precioVentaLocal>1</precioVentaLocal>
  </ProductoEquivalente>
</ArrayOfProductoEquivalente>