Creditarrangementaction
The state change to perform on the credit arrangement.
actionstringrequired
The action type to be applied.
Possible values: [APPROVE, UNDO_APPROVE, REJECT, UNDO_REJECT, WITHDRAW, UNDO_WITHDRAW, CLOSE, UNDO_CLOSE]
notesstring
The notes related to the action performed.
Creditarrangementaction
{
"action": "APPROVE",
"notes": "string"
}