Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Querying Invoices with REST API in NetSuite
Hello Gurus,
I’m new to NetSuite, and this is my first post in the NetSuite Community.
We are trying to query invoices with a status of “Paid in Full” or “Partially Paid”. However, when querying the Invoice record via REST API, I’m getting a summary of invoices instead of individual invoice records.
I have two questions regarding the REST API:
- What is the REST API URL to fetch the complete invoice data filtered by status “Paid in Full” or “Partially Paid”?
- If querying the Invoice record directly is not possible, I have a saved search that returns this data. What is the
0