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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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