Overview
How to use the accounting API to synchronize accounting codes
On organization level the Proactis API offers several endpoints to create, update, delete or retrieve masterdata like cost accounts, cost centers, cost dimensions, departments and department addresses.
XML or JSON
Proactis accounting API supports XML and JSON. Both are Proactis specific and don't follow a particular message standard. Open this page to view data samples or check-out the API reference.
Periodically retrieve masterdata from Proactis
When Proactis serves as the source of your masterdata data you will have to retrieve data and process it in your application. Proactis API offers two endpoints, one for fetching a list of results based on filters or pagination and another for retrieving individual records.
More information on the process can be read here. Or check information on filtering or pagination.
Import masterdata into Proactis
Masterdata created in a different application and required in Proactis can be imported using the Proactis API. Individual masterdata records can be send to Proactis using a POST request containing an XML or JSON version of the record. The API will respond with a response, further processing and its status will be visible in the widgets.
More information on the process can be read here.