Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Get 50% OFF QuickBooks for 3 months*
Buy nowI have given up and now query the api for the last Invoice (DocNumber) that was added to the system before adding a new invoice. This requires you to now make two calls instead of one to the API and single thread your code to prevent duplicate Invoice numbers. Dumb