Action parameters
You can update the loan information after a loan was partially funded. Update the relevant parameters from the list below. Any loan funding information that you changed, shows with the word Adjusted before it.
Attributes |
Description |
---|---|
LoanAdjustmentAction |
Type of update made to the loan Required |
decimal
|
Dollar amount of the change to the loan Required |
|
Description of the reason for the loan adjustment. Required |
string
|
By whom the information was updated Optional |
string |
Date/ time the information was updated Optional |
string |
Unique identifier of the loan Optional |
decimal or null |
Adjusted gross dollar amount requested. Optional |
decimalor null |
Adjusted net dollar amount to fund Optional |
decimal or null |
Adjusted charge to the borrower for the loan Optional |
Optional
|
Adjusted monthly payment amount Optional |
DateTime or null |
Adjusted date due for final loan payment. The format must be: yyyy-mm-dd. Optional |
decimal or null |
Adjusted dollar amount of final payment Optional |
decimal or null |
Adjusted finance charge paid by the borrower Optional |
decimal or null |
Adjusted total paid by the borrower after all the payments have been made Optional |
decimal or null |
Adjusted annual percentage interest rate, as a percent Optional |
{
"FundingInfoUpdate":{
"Rails":[
{
"AdjustmentActionFields":{
"AdjustmentActionType":"Prepayment",
"ActionAmount":300,
"Description":"customer payment"
},
"RailType":"AdjustmentAction",
"Priority":1,
"Amount":300.0
}
]
}
}