Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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,