GET api/CompraDevolucion/Listar2/{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",
    "idCompraDevolucion": 1,
    "idCompra": 2,
    "referencia": "sample string 3",
    "fechaDevolucion": "2025-10-29T04:26:58.921669-03:00",
    "fechaDevolucionStr": "sample string 5",
    "importe": 1.0
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListaCompraDevolucionxCompra_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListaCompraDevolucionxCompra_Result>
    <fechaDevolucion>2025-10-29T04:26:58.921669-03:00</fechaDevolucion>
    <fechaDevolucionStr>sample string 5</fechaDevolucionStr>
    <idCompra>2</idCompra>
    <idCompraDevolucion>1</idCompraDevolucion>
    <importe>1</importe>
    <referencia>sample string 3</referencia>
  </sp_ListaCompraDevolucionxCompra_Result>
  <sp_ListaCompraDevolucionxCompra_Result>
    <fechaDevolucion>2025-10-29T04:26:58.921669-03:00</fechaDevolucion>
    <fechaDevolucionStr>sample string 5</fechaDevolucionStr>
    <idCompra>2</idCompra>
    <idCompraDevolucion>1</idCompraDevolucion>
    <importe>1</importe>
    <referencia>sample string 3</referencia>
  </sp_ListaCompraDevolucionxCompra_Result>
  <sp_ListaCompraDevolucionxCompra_Result>
    <fechaDevolucion>2025-10-29T04:26:58.921669-03:00</fechaDevolucion>
    <fechaDevolucionStr>sample string 5</fechaDevolucionStr>
    <idCompra>2</idCompra>
    <idCompraDevolucion>1</idCompraDevolucion>
    <importe>1</importe>
    <referencia>sample string 3</referencia>
  </sp_ListaCompraDevolucionxCompra_Result>
</ArrayOfsp_ListaCompraDevolucionxCompra_Result>