php - Quickbooks Web Connect -
i have been doing lot of research on quickbooks web connector. have integrate quickbooks website's sql server. coding in php. need when member completes form online want web connector create invoice or account if new account. can't seem find out if use quickbooks web connector can following:
questions: 1. can web connector create new account in quickbooks? (i believe possible)
- what happens if account created in quickbooks can create/add invoice account then?
the follow resources show kind of how setup connector quickbooks:
http://wiki.consolibyte.com/wiki/doku.php/quickbooks_web_connector?
http://whiterabbitservices.com/2011/11/19/quickbooks-web-connector-when-to-use-it/
thanks, frank
- can web connector create new account in quickbooks?
yes.
you can find full list of things quickbooks sdk (and web connector) supports here:
https://developer-static.intuit.com/qbsdk-current/common/newosr/index.html
(use "select message" drop-down box)
it's worth noting in quickbooks account account in accounting sense of word - example, "bank account", "checking account", "credit card account", "accounts receivable account", etc.
it sounds you're talking customer, not account.
you might find these qbxml example requests helpful:
what happens if account created in quickbooks can create/add invoice account then?
it's you. add invoice existing customer, sure. alternatively, if wanted else (throw error, create duplicate customer, etc.), else too.
Comments
Post a Comment