Changes To The General Ledger API

The General Ledger API was updated on 04/20/2018. See our Changelog entries for more information.

We added the Journal entry batch - Patch endpoint.


With the new endpoint, note the following:
  • You can edit the descriptioncreate_interfund_sets, and create_bank_account_adjustments values of an existing journal entry batch.
  • Posted journal entry batches cannot be edited.
  • Omitting a field from a PATCH request does not edit that field with a default value. In the example below, only create_interfund_entries is edited, but the other fields are not.

<span style="color:rgb(153,153,153);">{</span><br/> “create_interfund_sets”<span style="color:rgb(153,153,153);">:</span> <span style="color:rgb(153,0,85);">false</span><br/><span style="color:rgb(153,153,153);">}</span>

Categories