Execution log for REST WebServices

Each integration record includes a subtab labeled REST Web Services, under the Execution Log subtab. This log lists REST web service requests that are uniquely identified with the integration record you are currently viewing. The log includes those requests that reference the integration record’s consumer key. The execution log includes information about all requests and… Continue reading Execution log for REST WebServices

Where to find the response of a successful REST call to NetSuite

REST web services help to directly create, fetch, update and delete most of the NetSuite records. This mainly supports POST, GET, PUT and DELETE requests. While sending REST API responses, the successful execution results in returning a 204 code, which sometimes is treated as a failure as no response is returned in the body from… Continue reading Where to find the response of a successful REST call to NetSuite