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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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