trebor97 Posted June 15, 2018 Posted June 15, 2018 Anyone know the PaidStatus codes under InvoiceQuery? I do not see any reference on the OSR. Or better yet, when I click on PaidStatus it jus flashes in my browser. I want to pull all invoices that are "open", not fully paid or paid at all. Thanks I found it...... PaidOnly NotPaidOnly From the QBSDK Reference: The PaidStatus filter searches for invoices or bills on the basis of whether their balances are paid or not. If you specify PaidOnly for this filter, QuickBooks returns only those bills or invoices that are completely paid (that is, closed). If you specify NotPaidOnly, QuickBooks returns those bills or invoices that have a non-zero balance. (You will probably not bother specifying All for this filter, since that is the equivalent of not specifying the filter.)
PCIPal Posted June 15, 2018 Posted June 15, 2018 Hi trebor07, You are correct. The "PaidStatus" element for the InvoiceQuery request accepts the following values: "All", "PaidOnly", or "NotPaidOnly". By default, "All" is provided. So if you wanted to query for unpaid or partially-paid invoices, you'd specify a "PaidStatus" of "NotPaidOnly". Let us know if there's something else you have questions about! Thanks!
Recommended Posts
This topic is 2344 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now