POST api/Credito/AprobarCredito/{idCredito}/{fecha_desembolso}/{fecha_inicio}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idCredito

integer

Required

fecha_desembolso

date

Required

fecha_inicio

date

Required

Body Parameters

None.

Response Information

Resource Description

ResultadoJson
NameDescriptionTypeAdditional information
Success

boolean

None.

Msj

string

None.

idGenerado

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Msj": "sample string 2",
  "idGenerado": 3
}

application/xml, text/xml

Sample:
<ResultadoJson xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCrediSoft.Models">
  <Msj>sample string 2</Msj>
  <Success>true</Success>
  <idGenerado>3</idGenerado>
</ResultadoJson>