Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
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",