EntityExternal Accounting System

Sync External System

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

Path parameters

entityIdstringRequired

Query parameters

vendorsenumOptional
Sync vendors from external accounting system. Default is to pull vendors from external system.
Allowed values: nonepushpullboth
billsenumOptional
Beta
Sync bills from external accounting system. Default is to not sync bills.
Allowed values: nonepushpullboth
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: nonepushpullboth
GET
1curl -G https://api.mercoa.com/entity/:entityId/external-accounting-system/sync \
2 -H "Authorization: Bearer <token>" \
3 -d vendors=none \
4 -d bills=none