Reports API

This REST API implements calls for retrieving reports.

It contains a much improved set of calls for assembling an X Report / Z Report (cashier's shift summary).

There is an article that explains how the different calls of Reports API correspond to sections on the standard X / Z Report that can be printed from back office.

  1. To find the endpoint specific for your account, use the "getServiceEndpoints" call.
  2. Each endpoint also provides Swagger documentation. For an example, see the documentation provided by the sandbox endpoint:

  3. Use an Erply client code and API session key to make requests. (Send these as headers "clientCode" and "sessionKey".)