Hi,
I am trying to connect to Netsuite from my C#.NET application using RestAPI. I have completed the following steps,
- Setting up complete user, role, integration etc at Netsuite UI
- Using the consumer key, secret, Token Key , Secret etc I have tried to create signature and send web request. Always I received the error as "Invalid Signature" (Found in Login Audit Trail)
NetsuiteRESTAPI_CodeSnippet.txt (3.86 KB)
I have added my code snippet for easier reference. Could anyone help me out on fixing this issue?