You need to configure endpoints for invoice data in edoc invoice cockpit so that a workflow service (such as in edoc invoice) can transfer data to edoc invoice cockpit.
Here's how
-
Create a REST request according to the OpenAPI documentation to create an endpoint for invoice data.
-
Enter a meaningful name for the endpoint under name. The name will be used later to identify the end point.
-
Under description, enter a description for the endpoint and its purpose.
-
Under active, use a Boolean value to specify whether the endpoint can be used.
-
Send the REST request.
The response from edoc invoice cockpit contains the following entries that you will need for further configuration:
-
The token entry contains a one-time visible authentication token that you must enter later when transferring invoice data to the endpoint. Keep the token in a safe place.
-
The id entry contains the ID of the endpoint. You must specify the ID later when configuring a destination system.