GET api/VentaNotaCreditoxVenta/Listar/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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",
"idVentaNotaCredito": 1,
"serie": "sample string 2",
"numero": "sample string 3",
"totalImporte": 4.0,
"tipoNotaCredito": "sample string 5"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_ListarNotasCreditoxVenta_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<sp_ListarNotasCreditoxVenta_Result>
<idVentaNotaCredito>1</idVentaNotaCredito>
<numero>sample string 3</numero>
<serie>sample string 2</serie>
<tipoNotaCredito>sample string 5</tipoNotaCredito>
<totalImporte>4</totalImporte>
</sp_ListarNotasCreditoxVenta_Result>
<sp_ListarNotasCreditoxVenta_Result>
<idVentaNotaCredito>1</idVentaNotaCredito>
<numero>sample string 3</numero>
<serie>sample string 2</serie>
<tipoNotaCredito>sample string 5</tipoNotaCredito>
<totalImporte>4</totalImporte>
</sp_ListarNotasCreditoxVenta_Result>
<sp_ListarNotasCreditoxVenta_Result>
<idVentaNotaCredito>1</idVentaNotaCredito>
<numero>sample string 3</numero>
<serie>sample string 2</serie>
<tipoNotaCredito>sample string 5</tipoNotaCredito>
<totalImporte>4</totalImporte>
</sp_ListarNotasCreditoxVenta_Result>
</ArrayOfsp_ListarNotasCreditoxVenta_Result>