POST api/Documento/ListarSimulacionCuotas

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
modelo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "meses": 1,
  "importe": 2.0,
  "fechaInicio": "2025-10-29T10:29:11.2510993-03:00",
  "intereses": 4.0
}

application/xml, text/xml

Sample:
<GestionarPedidoCreditoPoco xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Negocio.Poco">
  <fechaInicio>2025-10-29T10:29:11.2510993-03:00</fechaInicio>
  <importe>2</importe>
  <intereses>4</intereses>
  <meses>1</meses>
</GestionarPedidoCreditoPoco>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "nroCuota": 1,
    "interes": 1.0,
    "amortizacion": 1.0,
    "pendiente": 1.0,
    "fechaPagoStr": "sample string 1",
    "fechaPago": "2025-10-29T10:29:11.2510993-03:00",
    "cuota": 1.0
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarSimulacionCuotas_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarSimulacionCuotas_Result>
    <amortizacion>1</amortizacion>
    <cuota>1</cuota>
    <fechaPago>2025-10-29T10:29:11.2510993-03:00</fechaPago>
    <fechaPagoStr>sample string 1</fechaPagoStr>
    <interes>1</interes>
    <nroCuota>1</nroCuota>
    <pendiente>1</pendiente>
  </sp_ListarSimulacionCuotas_Result>
  <sp_ListarSimulacionCuotas_Result>
    <amortizacion>1</amortizacion>
    <cuota>1</cuota>
    <fechaPago>2025-10-29T10:29:11.2510993-03:00</fechaPago>
    <fechaPagoStr>sample string 1</fechaPagoStr>
    <interes>1</interes>
    <nroCuota>1</nroCuota>
    <pendiente>1</pendiente>
  </sp_ListarSimulacionCuotas_Result>
  <sp_ListarSimulacionCuotas_Result>
    <amortizacion>1</amortizacion>
    <cuota>1</cuota>
    <fechaPago>2025-10-29T10:29:11.2510993-03:00</fechaPago>
    <fechaPagoStr>sample string 1</fechaPagoStr>
    <interes>1</interes>
    <nroCuota>1</nroCuota>
    <pendiente>1</pendiente>
  </sp_ListarSimulacionCuotas_Result>
</ArrayOfsp_ListarSimulacionCuotas_Result>