When inserting a record - an invoice (header and line item) - from our main account into a tenant account, I am getting the following error:
QuickBooks returned an error when adding/modifying a accInvoice record. The error was: Object "80000029-1249501594" specified in the request cannot be found. . The Request was: <?xml version="1.0" encoding="windows-1252" ?> <?qbxml version="8.0" ?> <QBXML><QBXMLMsgsRq onError="stopOnError"><InvoiceAddRq requestID="qx_1"><InvoiceAdd defMacro="TxnID:Invoice2050155008"><CustomerRef><ListID>8000000A-1370958938</ListID></CustomerRef><ARAccountRef><ListID>80000029-1249501594</ListID></ARAccountRef><TxnDate>2013-06-11</TxnDate><IsPending>0</IsPending><IsToBePrinted>0</IsToBePrinted><IsToBeEmailed>0</IsToBeEmailed><InvoiceLineAdd defMacro="TxnLineID:Invoice300694400"><Quantity>1.00000</Quantity><Rate>0.00000</Rate></InvoiceLineAdd></InvoiceAdd></InvoiceAddRq></QBXMLMsgsRq></QBXML>
I have verified the information is valid by creating the invoice manually. I have also verified that the invoice is being created in the proper tenant file - will not sync to QB due to the error. I have tried using only the required fields (along with the proper tenant id) as well.
Any ideas what "Object" the error is referencing?