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!
Migrating SOAP to REST
Hello!
I am currently looking to migrate from SOAP to REST having heard in the latest release webinar that there is parity between the two.
Some roadblocks I've run into - I'd just like to clarify what is the expected behaviour / best practices are with using REST in place of SOAP.
- I am looking to read many Vendor Bills, and within these bills I need all fields including calculated/non-stored fields. SOAP returns these fields. SuiteQL allows the querying of stored fields but not non-stored. REST seems to allow reading a single bill in this way, but not a long list unless you follow HATEOAS links (which seems like it could quickly cause rate limiting).