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.
Connecting to REST API with C#
Hello,
I'm new to NetSuite and have been fighting with trying to connect to the REST API using C# for a while now. I've downloaded the Postman collection and all of my calls are successful there, so I know I have the environment variables set up correctly. However, when I try in my actual code I get this error:
Invalid login attempt. For more details, see the Login Audit Trail
And when I check the audit log I get this message, which unfortunately doesn't help me pinpoint what's incorrect with the signature:
InvalidSignature
I've backed up a step, and although I know I can't hardcode the nonce and timestamp for my actual RestSharp call, I've temporarily hardcoded them just to see if I can get just the signature itself to match what's showing in Postman. (I'm not actually sure this is valid anyway, maybe it's not possible to generate the same signature twice the way this works?)