.net - Quickbooks API / tool to Integrate custom app with Quickbooks Desktop & Quickbooks Online -


we trying find quickbooks api integrate our custom app quickbooks desktop , quickbooks online without having write them both separately. seems best approach write quickbooks online services, desktop data sync'd using quickbooks sync manager, , allows access customers using qbo.

is there sync both qbd , qbo?

our app written in .net using c#

we trying find quickbooks api integrate our custom app quickbooks desktop , quickbooks online without having write them both separately.

there isn't one.

where desktop data sync'd using quickbooks sync manager,

sync manager deprecated - relevant blog post.

is there sync both qbd , qbo

no.

realistically, data models between qbo , qbd similar. still have customers, , invoices, , invoice lines, , items, , etc. so, you're not looking @ 100% code duplication here - data format/protocol you're submitting stuff quickbooks different.

so you're looking @ upwards of 60%+ code re-use though have use 2 different apis.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -