post https://api-2445581360969.apicast.io/api/application//offerRecalc/
Request
{
"newRequestAmount": 5000
}
Response
{
"code": "200",
"msg": "Records found",
"object": {
"applicationId": 100001,
"requestAmount": 10000,
"maxApproved": 15000,
"nextPaymentDate": 1531281600000,
"amountDueToday": 399,
"offerList": [
{
"offerId": 31,
"term": 36,
"payment": 484.05,
"residual": 1936.2,
"useMaxApprovedAmount": true,
"residualMultiplier": 4
},
{
"offerId": 30,
"term": 48,
"payment": 380.4,
"residual": 1902.0,
"useMaxApprovedAmount": true,
"residualMultiplier": 5
},
{
"offerId": 29,
"term": 60,
"payment": 318.75,
"residual": 1593.75,
"useMaxApprovedAmount": true,
"residualMultiplier": 5
}
],
"empty": false
}
}