One of the recent changes made to Servio HMS is the addition of automatic data upload to accounting systems. The updated data exchange interface is based on the HTTP protocol and contains a description of invoices, payments, etc. in JSON format. Avoiding file exchange will simplify processing on the target system side, since the data is not scattered across different files.

We also took into account the possibility of controlling the unloading of data into different, unrelated systems. At the same time, the fact of document processing is recorded for each of them separately.

Also among the innovations we can include various blocks of directories with data contained in the uploaded documents. This allows for simultaneous synchronization of data with the accounting system that has so far directly processed the documents themselves.

Also, the protocol is not tied to a single system and is available for integration with any system that allows the use of HTTP and JSON protocols.