GET api/Documento/ListaCuotasVentas/{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",
"idVentaCuota": 1,
"idVenta": 2,
"orden": 3,
"fechaPago": "2025-10-29T10:32:34.5519303-03:00",
"fechaPagoStr": "sample string 5",
"fechaPagadoStr": "sample string 6",
"importe": 7.0,
"pagado": 1.0,
"usuarioRegistra": "sample string 8"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_ListarCuotasVenta_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<sp_ListarCuotasVenta_Result>
<fechaPagadoStr>sample string 6</fechaPagadoStr>
<fechaPago>2025-10-29T10:32:34.5519303-03:00</fechaPago>
<fechaPagoStr>sample string 5</fechaPagoStr>
<idVenta>2</idVenta>
<idVentaCuota>1</idVentaCuota>
<importe>7</importe>
<orden>3</orden>
<pagado>1</pagado>
<usuarioRegistra>sample string 8</usuarioRegistra>
</sp_ListarCuotasVenta_Result>
<sp_ListarCuotasVenta_Result>
<fechaPagadoStr>sample string 6</fechaPagadoStr>
<fechaPago>2025-10-29T10:32:34.5519303-03:00</fechaPago>
<fechaPagoStr>sample string 5</fechaPagoStr>
<idVenta>2</idVenta>
<idVentaCuota>1</idVentaCuota>
<importe>7</importe>
<orden>3</orden>
<pagado>1</pagado>
<usuarioRegistra>sample string 8</usuarioRegistra>
</sp_ListarCuotasVenta_Result>
<sp_ListarCuotasVenta_Result>
<fechaPagadoStr>sample string 6</fechaPagadoStr>
<fechaPago>2025-10-29T10:32:34.5519303-03:00</fechaPago>
<fechaPagoStr>sample string 5</fechaPagoStr>
<idVenta>2</idVenta>
<idVentaCuota>1</idVentaCuota>
<importe>7</importe>
<orden>3</orden>
<pagado>1</pagado>
<usuarioRegistra>sample string 8</usuarioRegistra>
</sp_ListarCuotasVenta_Result>
</ArrayOfsp_ListarCuotasVenta_Result>