GET api/PrestamoCliente/ListarPrestamoClienteCronogramaxCliente/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:
[
  {
    "$id": "2",
    "idPrestamoClienteCronograma": 1,
    "fechaPagoStr": "sample string 2",
    "fechaRegistro": "2026-07-29T12:09:33.2791729-05:00",
    "nroCuota": 4,
    "importe": 5.0,
    "pagado": 6.0,
    "idPersona": 7,
    "cliente": "sample string 8",
    "idCaja": 9,
    "idPrestamoCliente": 10
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarPrestamoClienteCronogramaxCliente_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarPrestamoClienteCronogramaxCliente_Result>
    <cliente>sample string 8</cliente>
    <fechaPagoStr>sample string 2</fechaPagoStr>
    <fechaRegistro>2026-07-29T12:09:33.2791729-05:00</fechaRegistro>
    <idCaja>9</idCaja>
    <idPersona>7</idPersona>
    <idPrestamoCliente>10</idPrestamoCliente>
    <idPrestamoClienteCronograma>1</idPrestamoClienteCronograma>
    <importe>5</importe>
    <nroCuota>4</nroCuota>
    <pagado>6</pagado>
  </sp_ListarPrestamoClienteCronogramaxCliente_Result>
  <sp_ListarPrestamoClienteCronogramaxCliente_Result>
    <cliente>sample string 8</cliente>
    <fechaPagoStr>sample string 2</fechaPagoStr>
    <fechaRegistro>2026-07-29T12:09:33.2791729-05:00</fechaRegistro>
    <idCaja>9</idCaja>
    <idPersona>7</idPersona>
    <idPrestamoCliente>10</idPrestamoCliente>
    <idPrestamoClienteCronograma>1</idPrestamoClienteCronograma>
    <importe>5</importe>
    <nroCuota>4</nroCuota>
    <pagado>6</pagado>
  </sp_ListarPrestamoClienteCronogramaxCliente_Result>
  <sp_ListarPrestamoClienteCronogramaxCliente_Result>
    <cliente>sample string 8</cliente>
    <fechaPagoStr>sample string 2</fechaPagoStr>
    <fechaRegistro>2026-07-29T12:09:33.2791729-05:00</fechaRegistro>
    <idCaja>9</idCaja>
    <idPersona>7</idPersona>
    <idPrestamoCliente>10</idPrestamoCliente>
    <idPrestamoClienteCronograma>1</idPrestamoClienteCronograma>
    <importe>5</importe>
    <nroCuota>4</nroCuota>
    <pagado>6</pagado>
  </sp_ListarPrestamoClienteCronogramaxCliente_Result>
</ArrayOfsp_ListarPrestamoClienteCronogramaxCliente_Result>