Are CRUD operations supported using netsuite stand...
# ask-stanley-ai
t
Are CRUD operations supported using netsuite standard rest api web services?
c
AI generated answer (using internal Slack threads):
Yes, CRUD operations are supported using NetSuite's standard REST API web services. However, it's important to note that not all records are supported for these operations. You can refer to the official NetSuite documentation for a list of supported records. For example, to perform CRUD operations on vendor credit records, you might need to enable the REST Record Service (Beta) feature in your NetSuite setup. If you're unable to perform create/update functions via SuiteQL, you might consider deploying Suitelets. However, keep in mind that making a Suitelet externally available essentially means public access, which might not be the best option for serious integrators. As for the objects you mentioned (customer, vendor, item, invoice, bill, inventory transfer, customer and bill payments), it's possible to create/modify them using REST web services. However, as you noted, some objects might only be accessible upon request to participate in the Beta program. In terms of retrieving all records from an object/table with the REST API, you can refer to the official Oracle NetSuite API documentation for detailed instructions. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.857807
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.851765394
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.845266759
Please provide your feedback on this answer.