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

Beans_Vendor_Lookup

Look up a vendor.


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.

  • id (required) INTEGER - The ID of the Beans_Vendor to retrieve.


Returns

  • account OBJECT - The Beans_Vendor that was requested.

  • expenses ARRAY - The Beans_Vendor_Expense objects tied to this vendor.

  • purchases ARRAY - The Beans_Vendor_Purchase objects tied to this vendor.

Clone this wiki locally