POST api/PrestamoBancoCuota/ObtenerCuotasProximasVencer
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"idPrestamoBanco": 1,
"dias": 2
}
application/xml, text/xml
Sample:
<CuotasProximasVencerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Negocio.Poco"> <dias>2</dias> <idPrestamoBanco>1</idPrestamoBanco> </CuotasProximasVencerModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idPrestamoBancoCuota": 1,
"idPrestamoBanco": 2,
"nroCuota": 3,
"fechaVencimiento": "2026-07-01T08:57:05.974048-05:00",
"saldoInicial": 5.0,
"interes": 6.0,
"amortizacion": 7.0,
"cuotaTotal": 8.0,
"saldoFinal": 9.0,
"seguro": 10.0,
"otros": 11.0,
"idEstado": 12,
"fechaPago": "2026-07-01T08:57:05.974048-05:00",
"usuarioPago": "sample string 13",
"fechaRegistro": "2026-07-01T08:57:05.974048-05:00",
"usuarioActualiza": "sample string 15",
"fechaModificacion": "2026-07-01T08:57:05.974048-05:00"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfPrestamoBancoCuota xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<PrestamoBancoCuota>
<amortizacion>7</amortizacion>
<cuotaTotal>8</cuotaTotal>
<fechaModificacion>2026-07-01T08:57:05.974048-05:00</fechaModificacion>
<fechaPago>2026-07-01T08:57:05.974048-05:00</fechaPago>
<fechaRegistro>2026-07-01T08:57:05.974048-05:00</fechaRegistro>
<fechaVencimiento>2026-07-01T08:57:05.974048-05:00</fechaVencimiento>
<idEstado>12</idEstado>
<idPrestamoBanco>2</idPrestamoBanco>
<idPrestamoBancoCuota>1</idPrestamoBancoCuota>
<interes>6</interes>
<nroCuota>3</nroCuota>
<otros>11</otros>
<saldoFinal>9</saldoFinal>
<saldoInicial>5</saldoInicial>
<seguro>10</seguro>
<usuarioActualiza>sample string 15</usuarioActualiza>
<usuarioPago>sample string 13</usuarioPago>
</PrestamoBancoCuota>
<PrestamoBancoCuota>
<amortizacion>7</amortizacion>
<cuotaTotal>8</cuotaTotal>
<fechaModificacion>2026-07-01T08:57:05.974048-05:00</fechaModificacion>
<fechaPago>2026-07-01T08:57:05.974048-05:00</fechaPago>
<fechaRegistro>2026-07-01T08:57:05.974048-05:00</fechaRegistro>
<fechaVencimiento>2026-07-01T08:57:05.974048-05:00</fechaVencimiento>
<idEstado>12</idEstado>
<idPrestamoBanco>2</idPrestamoBanco>
<idPrestamoBancoCuota>1</idPrestamoBancoCuota>
<interes>6</interes>
<nroCuota>3</nroCuota>
<otros>11</otros>
<saldoFinal>9</saldoFinal>
<saldoInicial>5</saldoInicial>
<seguro>10</seguro>
<usuarioActualiza>sample string 15</usuarioActualiza>
<usuarioPago>sample string 13</usuarioPago>
</PrestamoBancoCuota>
<PrestamoBancoCuota>
<amortizacion>7</amortizacion>
<cuotaTotal>8</cuotaTotal>
<fechaModificacion>2026-07-01T08:57:05.974048-05:00</fechaModificacion>
<fechaPago>2026-07-01T08:57:05.974048-05:00</fechaPago>
<fechaRegistro>2026-07-01T08:57:05.974048-05:00</fechaRegistro>
<fechaVencimiento>2026-07-01T08:57:05.974048-05:00</fechaVencimiento>
<idEstado>12</idEstado>
<idPrestamoBanco>2</idPrestamoBanco>
<idPrestamoBancoCuota>1</idPrestamoBancoCuota>
<interes>6</interes>
<nroCuota>3</nroCuota>
<otros>11</otros>
<saldoFinal>9</saldoFinal>
<saldoInicial>5</saldoInicial>
<seguro>10</seguro>
<usuarioActualiza>sample string 15</usuarioActualiza>
<usuarioPago>sample string 13</usuarioPago>
</PrestamoBancoCuota>
</ArrayOfPrestamoBancoCuota>