Skip to content

Account Reconcile Search

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

Beans_Account_Reconcile_Search

Search through account reconciliations.


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.

  • sort_by (optional) - The sort pattern for the returned results: 'newest', 'oldest'

  • account_id (optional) - The ID of the Beans_Account to restrict results to.


Returns

  • total_results - Total number of results.

  • sort_by - The sort method used in the returned results.

  • pages - The total number of pages of results.

  • page - The currently returned page index.

  • account_reconciles - An array of Beans_Account_Reconcile.

Clone this wiki locally