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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
How do I use the REST API to GET a list of ALL customer payments applied
Hello,
I'd like to GET all customer payments applied for a given Payment number using the REST API. When using the NetSuite User Interface to list the Payment, I see 20+ Applied Payments. However, when using the REST API GET customerPayments/id/apply, it only returns the first payment in the list of applied payments.
REST API GET customerPayment/id/apply?expandSubResources=true
"totalResults": 1
Does anybody have an example of how to GET All Applied customer payments using the REST API?
Thank you,
0