Recent changes
From ConsoliBYTE Wiki
Track the most recent changes to the wiki on this page.
19 June 2013
- (diff | hist) . . N QbXML for Querying for Items; 20:13 . . (+747) . . Consolibyte (Talk | contribs) (Created page with "=== Example qbXML Request === <code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="7.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <ItemQueryRq req...")
- (diff | hist) . . Example qbXML Requests; 20:12 . . (+34) . . Consolibyte (Talk | contribs) (→Querying for Objects: )
17 June 2013
- (diff | hist) . . N QbXML for Querying for Customers, and returning custom fields; 12:45 . . (+455) . . Consolibyte (Talk | contribs) (Created page with "If you want QuickBooks to return custom fields (DataExt nodes) you need to specify <OwnerID>0</OwnerID> in your outgoing qbXML request. <code lang="xml"> <?xml version="1.0" ...")
- (diff | hist) . . Example qbXML Requests; 12:44 . . (+67) . . Consolibyte (Talk | contribs) (→Querying for Objects: )
7 June 2013
- (diff | hist) . . N QbXML for Querying for Invoices, and limiting returned info; 21:08 . . (+406) . . Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <InvoiceQueryRq requestID="abcd1234"> <TxnI...")
- (diff | hist) . . Example qbXML Requests; 21:07 . . (+64) . . Consolibyte (Talk | contribs) (→Querying for Objects: )
28 May 2013
- (diff | hist) . . QuickBooks Example .QWC File; 19:35 . . (+111) . . Consolibyte (Talk | contribs) (→.QWC File Notes: )
- (diff | hist) . . N QuickBooks Example .QWC File; 19:32 . . (+1,907) . . Consolibyte (Talk | contribs) (Created page with "=== Example .QWC File === QuickBooks Web Connector .QWC files are actually just plain text files (XML) with a .QWC file extension. You can edit .QWC files using Windows Notep...")
24 May 2013
- (diff | hist) . . N QbXML for Adding a Sales Order; 20:35 . . (+2,767) . . Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0"?> <?qbxml version="4.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <SalesOrderAddRq requestID="1"> <SalesOrder...")
- (diff | hist) . . Example qbXML Requests; 20:35 . . (+36) . . Consolibyte (Talk | contribs)
22 May 2013
- (diff | hist) . . N QbXML for Adding a Credit Memo; 12:48 . . (+1,381) . . Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <CreditMemoAddRq> <CreditM...")
- (diff | hist) . . Example qbXML Requests; 12:48 . . (+36) . . Consolibyte (Talk | contribs)


