cancel
Showing results for 
Search instead for 
Did you mean: 

Path Variables in Integration Flow

12-03-2024 12:55 AM
TheAnji Explorer
1209 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Labels
iflowIntegration FlowPath ParametersPath VariablesQuerySAP AribaSAP BTPViewTemplateName
Subscribe

Hi,

How to Pass Path Variables (Path Parameters) in iflow http connection.

We are building an Ariba API, need to pass ViewTemplate. We tried to pass as below but still get error saying the Template not found.

{
"viewTemplateName": "Test_Re",
"filters":
{
"updatedDateFrom":"2024-10-05T20:30:45Z",
"updatedDateTo":"2024-12-05T20:30:45Z"
}
}

 

 

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

kiran0009
Explorer
0 Likes

Hi Anji,

Please try to pass the path variables over the query parameters URL.
https://api.ariba.com/viewTemplates?viewTemplateName=Test_Re&updatedDateFrom=2024-10-05T20:30:45Z&up...

Thanks & Regards,

Kiran

 

TheAnji
Explorer
0 Likes
Thank you for the Response Kiran. Passing in the Query is also giving errors as this is not Query Parameter. Tried passing directly to the URL worked.

Answers (0)