Sync External System

Sync an entity with an external accounting system. Will sync customers/vendors and invoices.

Path parameters

entityIdstringRequired

Entity ID or Entity ForeignID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

vendorsenumOptional

Sync vendors from external accounting system. Default is to pull vendors from external system.

Allowed values:
billsenumOptionalBeta

Sync bills from external accounting system. Default is to not sync bills. Invoices that already exist in both systems will not be updated, only new invoices not present in the other system will be created.

Allowed values:
glAccountsenumOptional

Sync GL accounts from external accounting system. Default is to pull GL accounts from external system. Pushing GL accounts is not supported.

Allowed values:

Errors