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

Beans_Vendor_Update

Update 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 update.

  • first_name (optional) STRING -

  • last_name (optional) STRING -

  • company_name (optional) STRING -

  • email (optional) STRING -

  • phone_number (optional) STRING -

  • fax_number (optional) STRING -

  • default_account_id (optional) INTEGER - The ID of the AP Beans_Account to default to for purchases.

  • default_remit_address_id (optional) INTEGER - The ID of the Beans_Vendor_Address to use for remitting payment by default.


Returns

  • vendor OBJECT - The updated Beans_Vendor.
Clone this wiki locally