Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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",