EDI

Technical guide - Web API Endpoint

Return to main page
-->

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.

Connection setup

The connection setup for Web API endpoint need to be specified here:

Web API Types

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

The list consists of the details of the Web API types implemented for processing data. image

Currently, the solution contains implementation for importing and exporting file. This has been configured to work for the following

File import/export processing

This section describes how to consume the web API connection types within an external web service using two examples, Function App and Web App.

Import file using Finance Utilities connections

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

The image describes an example implementation of a function app. image

Export file using Finance Utilities connections

The image describes an example implementation of an API endpoint to retrieve the exported file received via the Finance utilities connections in FinOps. image

The image describes an example implementation of a function app. image

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.

© DXC Technology Company