Set the beginning balance on a user’s bank account (i.e. syntactic sugar for a more complicated POST to /accounting/journalEntry)
The access token received from the authorization server in the OAuth 2.0 flow.
Beginning balance data
Id of the bank account account (from Tight's API) for which we are setting the beginning balance. Either this or apiAccountId is required.
52320
The balance of this account on the date specified in the date field
234.56
The date on which to apply this beginning balance; generally the day before the user started tracking their accounting in your system
"2020-12-31"
The description of this beginning balance. Defaults to 'Beginning Balance'.
"Beginning Balance"