GET api/Producto/ListarAlertaCambioPrecios/{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",
    "idAlertaCambioPrecio": 1,
    "fechaCambioStr": "sample string 2",
    "fechaCambio": "2025-10-29T04:37:21.1552564-03:00",
    "precioOriginal": 4.0,
    "precioFinal": 5.0,
    "idEstado": 6,
    "idProducto": 7,
    "producto": "sample string 8"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarAlertaCambioPrecios_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarAlertaCambioPrecios_Result>
    <fechaCambio>2025-10-29T04:37:21.1552564-03:00</fechaCambio>
    <fechaCambioStr>sample string 2</fechaCambioStr>
    <idAlertaCambioPrecio>1</idAlertaCambioPrecio>
    <idEstado>6</idEstado>
    <idProducto>7</idProducto>
    <precioFinal>5</precioFinal>
    <precioOriginal>4</precioOriginal>
    <producto>sample string 8</producto>
  </sp_ListarAlertaCambioPrecios_Result>
  <sp_ListarAlertaCambioPrecios_Result>
    <fechaCambio>2025-10-29T04:37:21.1552564-03:00</fechaCambio>
    <fechaCambioStr>sample string 2</fechaCambioStr>
    <idAlertaCambioPrecio>1</idAlertaCambioPrecio>
    <idEstado>6</idEstado>
    <idProducto>7</idProducto>
    <precioFinal>5</precioFinal>
    <precioOriginal>4</precioOriginal>
    <producto>sample string 8</producto>
  </sp_ListarAlertaCambioPrecios_Result>
  <sp_ListarAlertaCambioPrecios_Result>
    <fechaCambio>2025-10-29T04:37:21.1552564-03:00</fechaCambio>
    <fechaCambioStr>sample string 2</fechaCambioStr>
    <idAlertaCambioPrecio>1</idAlertaCambioPrecio>
    <idEstado>6</idEstado>
    <idProducto>7</idProducto>
    <precioFinal>5</precioFinal>
    <precioOriginal>4</precioOriginal>
    <producto>sample string 8</producto>
  </sp_ListarAlertaCambioPrecios_Result>
</ArrayOfsp_ListarAlertaCambioPrecios_Result>