I have Netsuite API, Want to consume this API using Data base SQL SERVER 2022 Standard Edition
Below security Tokens Available for OAuth Authentication
Consumer Key
Consumer Secret
Access Token
Token Secret
Signature Method
Oauth Time Stamp
How do I pass the above paramters on Header with dynamic generated signaute with Token Secret and Consumer Secret and call the request using EXEC sp_OAMethod @Object, 'send', NULL, @RequestBody
Your quick response is highly appreciated & Share sample code please.