Skip to main content

Depositaccountaction

Represents the action details for a deposit account.

actionstringrequired

The action type to be applied.

Possible values: [APPROVE, UNDO_APPROVE, LOCK, UNLOCK, CLOSE, CLOSE_WITHDRAW, CLOSE_REJECT, CLOSE_WRITE_OFF]

notesstring

The notes related to the action performed.

Depositaccountaction
{
"action": "APPROVE",
"notes": "string"
}