When sending a CustomerQueryRq
in qbxml, it returns:
500: The query request has not been fully completed.
There was a required element ("Client Name") that could not be found in QuickBooks.
So then I send a CustomerAddRq
that returns:
3100: The name "Client Name" of the list element is already in use.
And the InvoiceAddRq
fails saying:
3140: There is an invalid reference to QuickBooks Customer "Client Name"
in the Invoice. QuickBooks error message: The specified name is either
invalid or of the wrong type.
How could the Customer with FullName "Client Name" already be in use, but then it is not found when trying to add an Invoice for that Customer?
Am I misinterpreting these error messages?