Skip to content
Sean Callan edited this page Jun 9, 2020 · 1 revision

Beans_Tax_Search

Search for taxes.


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.

  • page (optional) INTEGER - The page to return.

  • page_size (optional) INTEGER - The number of results on each page.

  • search_name (optional) STRING - A generic query string to search for the name.

  • search_code (optional) STRING - A word query string to search codes for.

  • search_and (optional) BOOLEAN - Perform the search by requiring a match on all submitted parameters.


Returns

  • taxes ARRAY - An array of Beans_Tax.

  • total_results INTEGER - Total number of results.

  • pages INTEGER - The total number of pages of results.

  • page INTEGER - The currently returned page index.

Clone this wiki locally