-
How to fix blank PDF file sent using https.put in a SuiteScript?
Hi, I am new to suitescript and want to implement https.put() to upload a binary file (pdf, docx, image) based on either the file_id from file cabinet or actual file selected by user from his/her computer to upload. In any case, currently when I upload a pdf, a blank pdf is created on the target server. Could you please…
-
New to NetSuite | REST API: POST Query Request
In New to NetSuite | Overview of the Records Catalog, we discussed the overview of the Records Catalog and New to NetSuite | Setting up REST Web Services using Postman gave us the steps to setup our Postman and NetSuite Connection. In this article, we will be giving you a sample on how to run a SuiteQL query using an HTTP…
-
Adding a cookie to https Get request
We're attempting to establish JWT authentication cookie settings within our HTTPS GET request (HTTPS Module), but we've encountered challenges in locating documentation that outlines the proper method for configuring this cookie. We tried to pass 'cookie' as a header, but it appears that this approach isn't yielding the…