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.
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