Featured post
api - Programmatically pushing data to Quickbooks Online? -
our company uses quickbooks online track our books. when our application bills customer, nice have information recorded automatically in qb rather logging in qb online fill in info.
is there way accomplish using quickbook's apis? intuit developer information confusing; oriented towards extending desktop version of quickbooks or developing apps publish in intuit's app store.
have created web or other service-side app able pull data or qb online?
if you're building one-off application, quickbooks online qbxml gateway way go. it's pretty simple post-your-xml-requests-over-http sort of interface gives access large chunk (but not all) of functionality within quickbooks online.
if you're building saas application, should looking @ intuit partner platform instead. sounds you're building one-off app company, we'll focus on that:
if on my quickbooks integration wiki there example qbxml requests show how sign on, , how post qbxml requests quickbooks servers.
you don't specify language, if you're using php, try out open-source quickbooks php devkit (look @ docs/example_online_edition.php , docs/example_raw_online_edition.php in .zip nightly builds).
you'll want use quickbooks osr qbxml reference. quickbooks sdk has 40+ pages specifically quickbooks online edition should review.
the intuit developer forums resource.
- Get link
- X
- Other Apps
Comments
Post a Comment