Loanaccountaction
Represents information for an action to perform on a loan account.
actionstringrequired
The action type to be applied.
Possible values: [REQUEST_APPROVAL, SET_INCOMPLETE, APPROVE, UNDO_APPROVE, REJECT, WITHDRAW, CLOSE, UNDO_REJECT, UNDO_WITHDRAW, UNDO_CLOSE]
notesstring
The notes related to the action performed.
Loanaccountaction
{
"action": "REQUEST_APPROVAL",
"notes": "string"
}