You can work around this limitation by sending a POST request and including a query string parameter _HttpMethod to override the HTTP method. For example, if you need to perform a PATCH requestyou can modify your request as follows by adding ?_HttpMethod=PATCH to the end of your url POST /your/endpoint?_HttpMethod=PATCH I found this solution in… Continue reading How to Call https.patch in NetSuite to Update a Salesforce Record