PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Pass Dynamic Attribute in REST Connection Json

yogendragautam
New Contributor II
New Contributor II

Hi, Is is possible to pass the dynamic attribute of an endpoint to the connection json of a rest based connector ?

7 REPLIES 7

Amit_Malik
Valued Contributor II
Valued Contributor II

HI @yogendragautam , you mean CONNECTION json right? If yes, I would say NO you can't.

Dynamic attributes are linked specifically to request type that is account , service account , role etc.. Don't think it can be linked to connection JSON.

But if you explain your use case something else can be looked into.

Br,
Amit

Kind Regards,
Amit Malik
If this helped you move forward, please click on the "Kudos" button.
If this answers your query, please select "Accept As Solution".

SumathiSomala
All-Star
All-Star

@yogendragautam Could you please elaborate your use case.

Why do you want pass DA of endpoint in Connection JSON?

This is not supported. You can pass DA in provisioning jsons like create, update account. 

 

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

rushikeshvartak
All-Star
All-Star

This is not supported. You can define static variables in connection json which can refer into another CRUD Jsons


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi,

My URL to get the token is below:

 

https://gtqaapi.multibankportal.com/auth/oauth/token

To this, we pass httpParam values such as grant_type & company_id

The token generated in unique for each companyID mentioned above.

The accesstoken got for a companyID A cannot be used for provisioning a user to companyID B.

Manu269
All-Star
All-Star

Conenction json has all the static information.

DA can be used in another operation like create, update etc.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

yogendragautam
New Contributor II
New Contributor II

Hi,

My URL to get the token is below:

 

https://gtqaapi.multibankportal.com/auth/oauth/token

To this, we pass httpParam values such as grant_type & company_id

The token generated in unique for each companyID mentioned above.

The accesstoken got for a companyID A cannot be used for provisioning a user to companyID B.

You can have multiple connections in connection json for different companies


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.