c# - Convert Quickbooks IPP API from legacy QBD v3 to QBO -


we have built working integration between our web app , quickbooks desktop using legacy quickbooks api v3 qbd (https://developer.intuit.com/docs/95_legacy/qbd_v3).

we want add new adapter our web app support new qbo api (https://developer.intuit.com/docs/0050_quickbooks_api).

the c# sdk (https://developer.intuit.com/docs/0100_accounting/0500_developer_kits/0010.net_tools) qbo seems same 1 using qbd. true?

what changes need make our current qbd adapter work qbo? i.e. when using c# sdk differences when using qbd vs qbo?

for example, seems when create servicecontext, specify data source either intuitservicestype.qbd or intuitservicestype.qbo. easy or other changes need make...here additional thoughts on potential changes may or may not have do:

  1. do need create new app in intuit app center new version of connecting? or can continue use existing intuit app created qbd interface?
  2. i believe supported entities , formats (properties) of entities different, if sdks same , hence have same references in each of 2 projects (qbd adapter , qbo adapter), both referencing intuit.ipp.data. entities same such intuit.ipp.data.customer. customer entity same both qbd , qbo, on backend when import customer qbo files differently based on if destination qbd or qbo?

please see answer in intuit's live community question- https://intuitdeveloper.lc.intuit.com/questions/1233347-help-with-convert-from-legacy-qbd-v3-to-qbo


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -