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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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",