Skip to content
Sean Callan edited this page Jun 9, 2020 · 2 revisions

Beans_Account_Closebooks

Close the books on a fiscal period.


Parameters

  • auth_uid (required) INTEGER - The ID for your API key.

  • auth_key (required) STRING - The API key.

  • auth_expiration (required) INTEGER - Unique ID tied to your key; changes if you reset your key.

  • transfer_account_id (required) - The account to transfer retained earning to.

  • date (required) - The last day of transactions to include in the fiscal time period.


Returns

  • transaction - A Beans_Account_Transaction representing the transfer of retained earnings.
Clone this wiki locally