This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring Billomat Operations
To use the Billomat connector, add the <billomat.init>
element in your configuration before carrying out any other Billomat operations.
The Billomat API uses the API key generated via an existing Billomat user account for authentication. For more information, see http://www.billomat.com/en/api/basics/authentication.
init
<billomat.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <apiKey>{$ctx:apiKey}</apiKey> <format>{$ctx:format}</format> </billomat.init>
Properties
apiUrl:
The base endpoint URL of the Billomat API.apiKey:
The API key to access data of the Billomat account.format:
The response format of Billomat calls.
Now that you have connected to Billomat, use the information in the following topics to perform various operations with the connector.