GET api/Documento/ListarCuotasxVentas/{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": "2026-07-01T08:51:02.2128419-05:00",
"fechaPagado": "2026-07-01T08:51:02.2128419-05:00",
"importe": 5.0,
"pagado": 1.0,
"idEstado": 6,
"usuarioRegistra": "sample string 7"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfVentaCuota xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<VentaCuota>
<fechaPagado>2026-07-01T08:51:02.2128419-05:00</fechaPagado>
<fechaPago>2026-07-01T08:51:02.2128419-05:00</fechaPago>
<idEstado>6</idEstado>
<idVenta>2</idVenta>
<idVentaCuota>1</idVentaCuota>
<importe>5</importe>
<orden>3</orden>
<pagado>1</pagado>
<usuarioRegistra>sample string 7</usuarioRegistra>
</VentaCuota>
<VentaCuota>
<fechaPagado>2026-07-01T08:51:02.2128419-05:00</fechaPagado>
<fechaPago>2026-07-01T08:51:02.2128419-05:00</fechaPago>
<idEstado>6</idEstado>
<idVenta>2</idVenta>
<idVentaCuota>1</idVentaCuota>
<importe>5</importe>
<orden>3</orden>
<pagado>1</pagado>
<usuarioRegistra>sample string 7</usuarioRegistra>
</VentaCuota>
<VentaCuota>
<fechaPagado>2026-07-01T08:51:02.2128419-05:00</fechaPagado>
<fechaPago>2026-07-01T08:51:02.2128419-05:00</fechaPago>
<idEstado>6</idEstado>
<idVenta>2</idVenta>
<idVentaCuota>1</idVentaCuota>
<importe>5</importe>
<orden>3</orden>
<pagado>1</pagado>
<usuarioRegistra>sample string 7</usuarioRegistra>
</VentaCuota>
</ArrayOfVentaCuota>