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

Beans_Vendor_Create

Create a new 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.

  • first_name (optional) STRING -

  • last_name (optional) STRING -

  • company_name (required) 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.


Returns

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