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