GET api/Compra/ListarNotaCreditoxCompra/{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",
    "idCompra": 1,
    "idDevolucion": 2,
    "serie": "sample string 3",
    "numero": "sample string 4",
    "totalImporte": 5.0,
    "tipoNotaCredito": "sample string 6"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarNotasCreditoxCompra_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarNotasCreditoxCompra_Result>
    <idCompra>1</idCompra>
    <idDevolucion>2</idDevolucion>
    <numero>sample string 4</numero>
    <serie>sample string 3</serie>
    <tipoNotaCredito>sample string 6</tipoNotaCredito>
    <totalImporte>5</totalImporte>
  </sp_ListarNotasCreditoxCompra_Result>
  <sp_ListarNotasCreditoxCompra_Result>
    <idCompra>1</idCompra>
    <idDevolucion>2</idDevolucion>
    <numero>sample string 4</numero>
    <serie>sample string 3</serie>
    <tipoNotaCredito>sample string 6</tipoNotaCredito>
    <totalImporte>5</totalImporte>
  </sp_ListarNotasCreditoxCompra_Result>
  <sp_ListarNotasCreditoxCompra_Result>
    <idCompra>1</idCompra>
    <idDevolucion>2</idDevolucion>
    <numero>sample string 4</numero>
    <serie>sample string 3</serie>
    <tipoNotaCredito>sample string 6</tipoNotaCredito>
    <totalImporte>5</totalImporte>
  </sp_ListarNotasCreditoxCompra_Result>
</ArrayOfsp_ListarNotasCreditoxCompra_Result>