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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Rest Api parameter issue in string C#
Hi,
I have a question about getting a URL using REST API in Postman.
Postman is working when I use this URL "https://[ProductID].suitetalk.api.netsuite.com/services/rest/record/v1/cashSale?q=createdDate ON_OR_AFTER '4/1/2021' AND createdDate BEFORE '4/2/2021'".
my error message using above url got this error
"{StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:"
But when I use C# code for a string using that URL, it is not working. I think the issue is with spacing and quotation marks, because when I use "https://[ProductID].suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder?limit=1000&offset=2000",
Tagged:
0