New pages
From ConsoliBYTE Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 10:08, 2 April 2015 QbXML for Querying for Customer by FullName (unique customer name) (hist) [309 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <CustomerQueryRq requestID="1234abcd"> ...")
- 11:24, 23 December 2014 QbXML for Querying for Payments (hist) [412 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="13.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <ReceivePaymentQueryRq requestID="1234"> ...")
- 18:52, 5 June 2014 QbXML for Adding an Invoice with Custom Fields (hist) [1,877 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="11.0"?> <QBXML> <QBXMLMsgsRq onError="continueOnError"><InvoiceAddRq> <InvoiceAd...")
- 17:33, 24 March 2014 QbXML for Reporting (hist) [1,246 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="13.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <GeneralSummaryReportQueryRq> <!-- GeneralS...")
- 01:56, 12 March 2014 QbXML for Deleting "Transaction" Objects (Invoices, Journal Entries, etc.) (hist) [832 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="11.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <TxnDelRq> <!-- TxnDelType may have o...")
- 14:26, 1 March 2014 QbXML for Updating a Service Item (hist) [909 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <ItemServiceModRq requestID="5195"> ...")
- 21:40, 28 January 2014 QbXML for Querying for Vendors (hist) [253 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0"?> <?qbxml version="4.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <VendorQueryRq requestID="1"> <FullName>My ...")
- 12:58, 15 January 2014 QbXML for Adding a Customer with a parent (adding a Job) (hist) [361 bytes] Consolibyte (Talk | contribs) (Created page with "=== Example qbXML Request === <code lang="xml"> <CustomerAddRq> <CustomerAdd> <Name>Child Customer Name</Name> <ParentRef> <FullName>Parent Customer Name</FullName> ...")
- 22:18, 12 January 2014 QbXML for Voiding a Transaction (hist) [609 bytes] Consolibyte (Talk | contribs) (Created page with "=== Voiding a Transaction === <code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="' . $version . '"?> <QBXML> <QBXMLMsgsRq onError="stopOnE...")
- 14:20, 30 December 2013 Point of Sale qbXML for updating a Sales Order (hist) [3,112 bytes] Pulkitsinghal (Talk | contribs) (Created page with "== Point of Sale qbXML for updating a Sales Order == === Example Request === <code lang="xml"> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?qbposxml...")
- 02:08, 30 December 2013 Point of Sale qbXML for creating a Sale Order (hist) [3,651 bytes] Pulkitsinghal (Talk | contribs) (Created page with "== Point of Sale qbXML for adding a Sale Order == === Example Request === <code lang="xml"> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?qbposxml versio...")
- 03:02, 29 December 2013 Point of Sale qbXML for querying for Customers (hist) [2,494 bytes] Consolibyte (Talk | contribs) (Created page with "== Point of Sale qbXML for Querying for Customers == === Example Request === <code lang="xml"> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?qbposxml ver...")
- 20:25, 27 December 2013 Example Point of Sale qbXML Requests (hist) [227 bytes] Consolibyte (Talk | contribs) (Created page with "test")
- 17:03, 24 December 2013 QbXML for Adding a Time Sheet / Time Tracking (hist) [849 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="9.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <TimeTrackingAddRq> <TimeTrackingAdd> <T...")
- 13:17, 6 December 2013 QbXML for Querying for Customers, with iterators (hist) [5,831 bytes] Consolibyte (Talk | contribs) (Created page with "=== Iterator Overview === You might find that when querying for large result sets, you get HTTP time-out errors, Web Connector time-out errors, web server time-out errors, or...")
- 14:11, 2 December 2013 QbXML for Querying for Employees (hist) [469 bytes] Consolibyte (Talk | contribs) (Created page with "== Example qbXML for Querying for Employees == === Example qbXML Request === <code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXML...")
- 14:00, 2 December 2013 QbXML for Adding a Sales Receipt (hist) [4,339 bytes] Consolibyte (Talk | contribs) (Created page with "== qbXML for Adding a Sales Receipt == === Example qbXML Request === <code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="7.0"?> <QBXML> <QBXMLMsgsRq o...")
- 13:14, 2 December 2013 PHP DevKit for QuickBOoks - Point of Sale Quick-Start (hist) [3,343 bytes] Consolibyte (Talk | contribs) (Created page with "== PHP DevKit for QuickBooks Web Connector - Point of Sale Quick-Start == You'll need to look at these files for examples: # docs/example_web_connector_point_of_sale.php Thi...")
- 17:25, 13 November 2013 QbXML for Adding Non-Inventory Items (hist) [526 bytes] Consolibyte (Talk | contribs) (Created page with "=== Example qbXML Request === <code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="2.0"?> <QBXML> <QBXMLMsgsRq onError="continueOnError"> <ItemNonInve...")
- 17:24, 13 November 2013 QbXML for Adding Inventory Items (hist) [2,146 bytes] 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"> <ItemInventoryAd...")
- 17:23, 13 November 2013 QbXML for Adding Service Items (hist) [1,457 bytes] Consolibyte (Talk | contribs) (Created page with "=== Example qbXML Request === <code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="5.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <ItemServiceAddR...")
- 11:54, 18 October 2013 QbXML for Querying for Invoices by TxnID (hist) [318 bytes] Consolibyte (Talk | contribs) (Created page with "=== Querying for Invoices by TxnID === ==== Example qbXML Request ==== <code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXMLMsgsRq...")
- 14:45, 17 October 2013 PHP DevKit for QuickBooks - Documentation (hist) [4,309 bytes] Consolibyte (Talk | contribs) (Created page with "=== Request and Response Functions for the Web Connector === Your request and response functions are called by the framework to generate requests and handle responses from Qu...")
- 14:16, 17 October 2013 QbXML for Querying for Inventory by Site (hist) [906 bytes] Consolibyte (Talk | contribs) (Created page with "=== Example qbXML Request === <code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="10.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <ItemS...")
- 11:02, 19 September 2013 PHP DevKit for QuickBooks - Intuit Partner Platform Quick-Start (hist) [1,660 bytes] Consolibyte (Talk | contribs) (Created page with "Download a *nightly* build of the latest code: * http://consolibyte.com/downloads/quickbooks-php-devkit/ Register your application with Intuit by following the instructions ...")
- 12:12, 17 September 2013 QbXML for Updating a Received Payment (hist) [1,038 bytes] Consolibyte (Talk | contribs) (Created page with "== Example qbXML Request == <code lang="xml"> </code>")
- 11:48, 15 August 2013 QuickBooks Web Connector - No data exchange required (hist) [814 bytes] Consolibyte (Talk | contribs) (Created page with "==== No data exchange required. ==== What does "No data exchange required" mean? That message means exactly what it says: * There's no data to exchange. There's nothing to...")
- 21:06, 14 August 2013 QbXML FAQ (hist) [6,061 bytes] Consolibyte (Talk | contribs) (Created page with "==== What does "0x80040400 QuickBooks found an error when parsing the provided XML text stream." mean? ==== It means you have some sort of strange error in your qbXML request...")
- 18:41, 22 July 2013 QbXML for Deleting "List" Objects (Customers, Vendors, Items, etc.) (hist) [878 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="12.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <ListDelRq> <!-- ListDelType may have...")
- 02:30, 27 June 2013 QbXML for Adding a Purchase Order (hist) [616 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="7.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <PurchaseOrderAddRq> <PurchaseOrderAdd> ...")
- 20:13, 19 June 2013 QbXML for Querying for Items (hist) [747 bytes] 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...")
- 12:45, 17 June 2013 QbXML for Querying for Customers, and returning custom fields (hist) [455 bytes] 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" ...")
- 21:08, 7 June 2013 QbXML for Querying for Invoices, and limiting returned info (hist) [406 bytes] 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...")
- 19:32, 28 May 2013 QuickBooks Example .QWC File (hist) [2,018 bytes] 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...")
- 20:35, 24 May 2013 QbXML for Adding a Sales Order (hist) [2,767 bytes] 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...")
- 12:48, 22 May 2013 QbXML for Adding a Credit Memo (hist) [1,381 bytes] 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...")
- 13:04, 16 April 2013 QbXML for Adding a Customer (QuickBooks Online) (hist) [1,704 bytes] Consolibyte (Talk | contribs) (Created page with "== Example XML Request == <code lang="xml"> <?xml version="1.0"?> <?qbxml version="6.0"?> <QBXML> <SignonMsgsRq> <SignonTicketRq> <ClientDateTime>2013...")
- 11:47, 11 April 2013 QbXML for Updating a Customer (hist) [400 bytes] Consolibyte (Talk | contribs) (Created page with "== Example qbXML Request == <code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <CustomerModRq req...")
- 18:32, 10 April 2013 QbXML for Adding an Invoice (hist) [1,160 bytes] Consolibyte (Talk | contribs) (Created page with "== Example qbXML Request == <code lang="xml"> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="2.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <InvoiceAddRq requ...")
- 09:42, 28 March 2013 QuickBooks SDK Error Codes (hist) [28,272 bytes] Consolibyte (Talk | contribs) (Created page with "====== List of QuickBooks Error Codes ====== ===== 0 ===== The QuickBooks server processed the request successfully. Status OK. ===== 1 ===== No match. The filters use...")
- 12:23, 21 February 2013 IDS XML for Adding an Invoice (hist) [927 bytes] Consolibyte (Talk | contribs) (Created page with "<code lang="xml"> <?xml version="1.0" encoding="utf-16"?> <Add xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" RequestId="69...")
- 13:07, 19 February 2013 What is a SyncToken (hist) [1,144 bytes] Consolibyte (Talk | contribs) (Created page with "You'll often see a <pre>SyncToken</pre> tag in Intuit's IDS XML requests: <code lang="xml"> <?xml version="1.0" encoding="UTF-16"?> <Mod xmlns:xsi="http://www.w3.org/2001/XML...")
- 13:05, 19 February 2013 What is a SyncToken? (hist) [490 bytes] Consolibyte (Talk | contribs) (Created page with "You'll often see a <pre>SyncToken</pre> tag in Intuit's IDS XML requests: <code lang="xml"> <?xml version="1.0" encoding="UTF-16"?> <Mod xmlns:xsi="http://www.w3.org/2001/XML...")
- 13:02, 19 February 2013 IDS XML for Updating a Customer (hist) [848 bytes] Consolibyte (Talk | contribs) (Created page with "QuickBooks desktop for Windows <code lang="xml"> <?xml version="1.0" encoding="UTF-16"?> <Mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3...")
- 13:01, 19 February 2013 Example IDS XML v2 Requests (hist) [373 bytes] Consolibyte (Talk | contribs) (Created page with "== Adding Objects == IDS XML for Adding a Customer IDS XML for Adding a Received Payment [[IDS XML for Adding a Received Payment with Intuit Merchant Services data]...")
- 22:40, 24 January 2013 QbXML for Adding a Received Payment with Intuit Merchant Services data (hist) [4,644 bytes] Consolibyte (Talk | contribs) (Created page with "<pre> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <ReceivePaymentAddRq> ...")
- 12:15, 24 January 2013 QbXML for Querying for Invoices by RefNumber (hist) [374 bytes] Consolibyte (Talk | contribs) (Created page with "== Querying by RefNumber == === Example Request === <pre> <?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <Invo...")
- 14:13, 8 January 2013 QuickBooks Intuit Anywhere App - Security Review (hist) [3,303 bytes] Consolibyte (Talk | contribs) (Created page with "When you go to publish Intuit Anywhere, you have to go through a technical check. Intuit works with a 3rd-party vendor to ensure that your application isn't doing “bad thing...")
- 13:56, 8 January 2013 QuickBooks Intuit Anywhere App - App Review (hist) [1,570 bytes] Consolibyte (Talk | contribs) (Created page with " Make sure you follow Intuit's Developer Guidelines: * https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0055_Developer_Policies_and_Guidelin...")
- 14:07, 15 November 2012 QuickBooks PHP DevKit for the Web Connector (hist) [444 bytes] Consolibyte (Talk | contribs) (Created page with " == Overview == Read this: QuickBooks Web Connector === Technical Details === Read this: QuickBooks Web Connector Overview === PHP DevKit for the QuickBooks Web ...")