-
Notifications
You must be signed in to change notification settings - Fork 36
Tax Search
Search for taxes.
-
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.
-
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.