Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
RESTlet response's Content Type
Hi, everyone.
I recently created a RESTlet that is accessed by an outside company that we are working with. The RESTlet generates a JSON formatted string and returns it as the response. Everything is working great, but this company had a suggestion. They noted that my RESTlet is returning data with a content type of text/html, but for the sake of correctness, it should be application/json. Can someone tell me how I can change the content type of my response as such?
0