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

Beans_Tax_Update

Update a tax.


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_Tax being updated.

  • name (optional) STRING -

  • code (optional) STRING - Will be auto-generated if not provided.

  • date_due (optional) STRING - The next YYYY-MM-DD date that remittance is due.

  • date_due_months_increment (optional) INTEGER - The number of months between each payment.

  • license (optional) STRING - The license number for your registration in this jurisdiction.

  • authority (optional) STRING - The tax authority ( who you write checks to ).

  • address1 (optional) STRING - The address where you remit payment to.

  • address2 (optional) STRING -

  • city (optional) STRING -

  • state (optional) STRING -

  • zip (optional) STRING -

  • country (optional) STRING -


Returns

  • tax OBJECT - The updated Beans_Tax.
Clone this wiki locally