POST api/microcreditospagos/insertar
Request Information
URI Parameters
None.
Body Parameters
Collection of MicrocreditoPago| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCredito | integer |
None. |
|
| NumPago | integer |
None. |
|
| Fecha | date |
None. |
|
| Credito | decimal number |
None. |
|
| Amortizacion | decimal number |
None. |
|
| Interes | decimal number |
None. |
|
| Pago | decimal number |
None. |
|
| Saldo | decimal number |
None. |
|
| Estatus | string |
None. |
|
| FechaPagado | date |
None. |
|
| Moratorios | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"IdCredito": 1,
"NumPago": 2,
"Fecha": "2025-10-27T16:48:54.9227252-06:00",
"Credito": 4.0,
"Amortizacion": 5.0,
"Interes": 6.0,
"Pago": 7.0,
"Saldo": 8.0,
"Estatus": "sample string 9",
"FechaPagado": "2025-10-27T16:48:54.9227252-06:00",
"Moratorios": 10.0
},
{
"IdCredito": 1,
"NumPago": 2,
"Fecha": "2025-10-27T16:48:54.9227252-06:00",
"Credito": 4.0,
"Amortizacion": 5.0,
"Interes": 6.0,
"Pago": 7.0,
"Saldo": 8.0,
"Estatus": "sample string 9",
"FechaPagado": "2025-10-27T16:48:54.9227252-06:00",
"Moratorios": 10.0
}
]
application/xml, text/xml
Sample:
<ArrayOfMicrocreditoPago xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLana.Models">
<MicrocreditoPago>
<Amortizacion>5</Amortizacion>
<Credito>4</Credito>
<Estatus>sample string 9</Estatus>
<Fecha>2025-10-27T16:48:54.9227252-06:00</Fecha>
<FechaPagado>2025-10-27T16:48:54.9227252-06:00</FechaPagado>
<IdCredito>1</IdCredito>
<Interes>6</Interes>
<Moratorios>10</Moratorios>
<NumPago>2</NumPago>
<Pago>7</Pago>
<Saldo>8</Saldo>
</MicrocreditoPago>
<MicrocreditoPago>
<Amortizacion>5</Amortizacion>
<Credito>4</Credito>
<Estatus>sample string 9</Estatus>
<Fecha>2025-10-27T16:48:54.9227252-06:00</Fecha>
<FechaPagado>2025-10-27T16:48:54.9227252-06:00</FechaPagado>
<IdCredito>1</IdCredito>
<Interes>6</Interes>
<Moratorios>10</Moratorios>
<NumPago>2</NumPago>
<Pago>7</Pago>
<Saldo>8</Saldo>
</MicrocreditoPago>
</ArrayOfMicrocreditoPago>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.