Technical guide - Web API Endpoint
The Web API endpoint connection allows files to processed against an external web service. This section provides details of how this can be consumed with two example, Web App and Function app.
The connection setup for Web API endpoint need to be specified here:
Finance utilities can be configured to support different Web API types. The implementations available will be visible within a list accessible via the connections view.
The list consists of the details of the Web API types implemented for processing data.
Currently, the solution contains implementation for importing and exporting file. This has been configured to work for the following
This section describes how to consume the web API connection types within an external web service using two examples, Function App and Web App.
The image describes an example implementation of an API endpoint to retrieve file for import which can be consumed via the Finance utitlities connection in FinOps.
The image describes an example implementation of a function app.
The image describes an example implementation of an API endpoint to retrieve the exported file received via the Finance utilities connections in FinOps.
The image describes an example implementation of a function app.
Note: The file passed a parameter called, file within FinOps when the ER file is exported. Please ensure that the external service extracts the file using the same parameter name as shown in the examples above.