Consume SAP Odata API service

Hello All,

This is my first time I am going to work with API in UiPath Studio. I have the API endpoint URL and Payload but I am not sure how do I use. API is OData service call to post entries in SAP Fiori.

Please help get through this scenario. Appreciate your help.

Hi @skg_161125,

I am sharing links below to help. I hope that will be useful.

Regards,
MY

Hi @skg_161125 ,

at the end OData can be used via the HTTP protocol.
I use the UiPath.Web.Activities.HttpClient to communicate with it.
You can manipulate about every parameter like authentication format and acceptformat these I found are often crucial for the use of SAP Odata services