The NetSuite REST web services provide an integration channel that extends the capabilities of SuiteTalk. REST web services provide a REST-based interface for interacting with NetSuite.
REST Web services is a feature for NetSuite integration.
This feature is under the SuiteTalk tab which comes under the Suitecloud option in enable features
Using REST web services, you can:
- Use CRUD (create, read, update, delete) operations to perform business processing on NetSuite records and to navigate dynamically between records.
- Get and process the API definition and record metadata.
- Execute NetSuite queries on records.
Limitations
- REST web services do not support legacy tax features. To work with taxation through REST web services, you must have the SuiteTax feature enabled.
- Asynchronous request execution is not supported in the REST query service.
- REST web services always load record instances in “Edit” mode, including GET requests. When a user without the Administrator role tries to run a GET request for an employee record of a user with the Administrator role, this error message will appear: “For security reasons, only an administrator is allowed to edit an administrator record”. This prevents users without the Administrator role from editing the employee record of a user with the Administrator role.