GET api/Credito/CargarReportePrestamo/{fechaInicio}/{fechaFin}/{IdSucursal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fechaInicio | date |
Required |
|
| fechaFin | date |
Required |
|
| IdSucursal | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReportePrestamo| Name | Description | Type | Additional information |
|---|---|---|---|
| NumeroCredito | string |
None. |
|
| NombreCompleto | string |
None. |
|
| CodigoCliente | string |
None. |
|
| Direccion | string |
None. |
|
| Telefono | string |
None. |
|
| cedula | string |
None. |
|
| FechaDesembolso | date |
None. |
|
| fecha_inicio | date |
None. |
|
| MontoAprobado | decimal number |
None. |
|
| MontoTotalDeuda | decimal number |
None. |
|
| MontoCuota | decimal number |
None. |
|
| Interes | decimal number |
None. |
|
| Plazo | integer |
None. |
|
| SaldoVencido | decimal number |
None. |
|
| SaldoPendiente | decimal number |
None. |
|
| Estado | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NumeroCredito": "sample string 1",
"NombreCompleto": "sample string 2",
"CodigoCliente": "sample string 3",
"Direccion": "sample string 4",
"Telefono": "sample string 5",
"cedula": "sample string 6",
"FechaDesembolso": "2026-03-25T14:11:57.0224316-05:00",
"fecha_inicio": "2026-03-25T14:11:57.0224316-05:00",
"MontoAprobado": 9.0,
"MontoTotalDeuda": 10.0,
"MontoCuota": 11.0,
"Interes": 12.0,
"Plazo": 13,
"SaldoVencido": 14.0,
"SaldoPendiente": 15.0,
"Estado": "sample string 16"
},
{
"NumeroCredito": "sample string 1",
"NombreCompleto": "sample string 2",
"CodigoCliente": "sample string 3",
"Direccion": "sample string 4",
"Telefono": "sample string 5",
"cedula": "sample string 6",
"FechaDesembolso": "2026-03-25T14:11:57.0224316-05:00",
"fecha_inicio": "2026-03-25T14:11:57.0224316-05:00",
"MontoAprobado": 9.0,
"MontoTotalDeuda": 10.0,
"MontoCuota": 11.0,
"Interes": 12.0,
"Plazo": 13,
"SaldoVencido": 14.0,
"SaldoPendiente": 15.0,
"Estado": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfReportePrestamo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCrediSoft.Models">
<ReportePrestamo>
<CodigoCliente>sample string 3</CodigoCliente>
<Direccion>sample string 4</Direccion>
<Estado>sample string 16</Estado>
<FechaDesembolso>2026-03-25T14:11:57.0224316-05:00</FechaDesembolso>
<Interes>12</Interes>
<MontoAprobado>9</MontoAprobado>
<MontoCuota>11</MontoCuota>
<MontoTotalDeuda>10</MontoTotalDeuda>
<NombreCompleto>sample string 2</NombreCompleto>
<NumeroCredito>sample string 1</NumeroCredito>
<Plazo>13</Plazo>
<SaldoPendiente>15</SaldoPendiente>
<SaldoVencido>14</SaldoVencido>
<Telefono>sample string 5</Telefono>
<cedula>sample string 6</cedula>
<fecha_inicio>2026-03-25T14:11:57.0224316-05:00</fecha_inicio>
</ReportePrestamo>
<ReportePrestamo>
<CodigoCliente>sample string 3</CodigoCliente>
<Direccion>sample string 4</Direccion>
<Estado>sample string 16</Estado>
<FechaDesembolso>2026-03-25T14:11:57.0224316-05:00</FechaDesembolso>
<Interes>12</Interes>
<MontoAprobado>9</MontoAprobado>
<MontoCuota>11</MontoCuota>
<MontoTotalDeuda>10</MontoTotalDeuda>
<NombreCompleto>sample string 2</NombreCompleto>
<NumeroCredito>sample string 1</NumeroCredito>
<Plazo>13</Plazo>
<SaldoPendiente>15</SaldoPendiente>
<SaldoVencido>14</SaldoVencido>
<Telefono>sample string 5</Telefono>
<cedula>sample string 6</cedula>
<fecha_inicio>2026-03-25T14:11:57.0224316-05:00</fecha_inicio>
</ReportePrestamo>
</ArrayOfReportePrestamo>