Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How do we call Rest API through Using SQL Server 2022

Muralikrishna ChJan 13 2025 — edited Jan 13 2025

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.

Comments

Processing

Post Details

Added on Jan 13 2025
1 comment
99 views