cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in consuming Ariba open API

0 Kudos
2,512

Dear Experts,

Need your inputs in resolving below issue.

"No API key found in Request" error message is shown while trying to access the Ariba Requisition approval API in Fiori application.

Please find the attached screenshots of the Destination configured in HCP, Destination path update in Neo-app.json and the Ajax call made using the configured Destination to retrieve a single PR item from Ariba client specific tenant.

Also attaching the error seen in Browser Network tab and the request , response details in Postman client.

Please let me know where I'm doing wrong.

Regards,

Parthibaraja

View Entire Topic
richard-zhao
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello, Parthibaraja, I found there were some AJAX parameters are not set correctly.

You have to change the keyword of HTTP request parameters.

change method to "type"

change content-type to "contentType"

change accept to dataType"

0 Kudos

Hi Richard,

Thanks for your input.

I have changed the parameter keywords, but still the issue is not resolved.

Regards,

Parthibaraja