Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Sample Rest connection json for Netsuite integration

AbhinavPandey
New Contributor
New Contributor

Hi Team,


Has anyone integrated with Netsuite using rest connector? Kindly share the connection json if possible.

 

Regard

3 REPLIES 3

Vidhimehta
Regular Contributor
Regular Contributor

Hello @AbhinavPandey 

I have connected to NetSuite using SOAP API. Below JSON for reference:

{

    "authentications":{

        "netsuite":{

            "properties":{

                "SOAP_ENDPOINT":" https://baseurl/services/NetSuitePort_2020_1",

                "ACCOUNT":"clientAccount",

                "CONSUMER_KEY":"clientConsumerKey",

                "CONSUMER_SECRET":"clientConsuemerSecret",

                "TOKEN_ID":"clientsTokenID",

                "TOKEN_SECRET":"clientsTokenSecret"

            }

        }

    }

}

Connection is established but jobs are erroring. If you are successful kindly let me know.

Regards,

Vidhi.

n1khil
New Contributor III
New Contributor III

Hey Vidhi,

We are looking for REST based json only.  Per this forum link - There are couple of customer using rest based connector - Solved: ReST - sap ariba / netsuite / trinet - Saviynt Forums - 17082 and hence we are seeking guidance.

 

Vidhimehta
Regular Contributor
Regular Contributor

hello @n1khil,

We have used SOAP connector as guided by the Saviynt team. Do not have REST connector details for this. Do let me know if you have something that works. 

Regards,

Vidhi.