Documentation is incorrect on json return for journalentrybatches

The return key in the response is "record_id", not "id"


The record_id is otherwise known as batch_id throughout the rest of the API.

It might help readability to add "batch_id" to the response.

I would rather return the ui_batch_id to the user (which I do, but that requires a cross-reference step), so returning the ui_batch_id as well would be helpful.

Categories