Reports
List all reports for an organization
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to an organization.
^[A-Za-z0-9-_]+
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
List of available reports
Get report details
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to an organization.
^[A-Za-z0-9-_]+
Reference to a report.
^[A-Za-z0-9-_]+
Report details
Abort report generation
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to an organization.
^[A-Za-z0-9-_]+
Reference to a report.
^[A-Za-z0-9-_]+
ENUM | Description |
---|---|
ABORT | Abort running job |
Report details
Deletes a generated report
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to an organization.
^[A-Za-z0-9-_]+
Reference to a report.
^[A-Za-z0-9-_]+
No content
Download report content
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to an organization.
^[A-Za-z0-9-_]+
Reference to a report.
^[A-Za-z0-9-_]+
Start report generation of WarehouseStockDetails
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to an organization.
^[A-Za-z0-9-_]+
^[A-Za-z0-9-_]+
^[A-Za-z0-9-_]+
Report details
Start SAF-T report generation for a set period. It is also possible to only run it for a specific set of stores.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to an organization.
^[A-Za-z0-9-_]+
^[A-Za-z0-9-_]+
Report details
Get accounting report for a storeUid and a period. Response is a json structured data of accounting
Reference to a tenant.
^[A-Za-z0-9-_]+
^[A-Za-z0-9-_]*
List of storeUids to include in report.
Response for Accounting report.
Get an accounting report for a store UID and a time period. Depending on the header you set, the response is either a json containing a base 64 encoded pdf or a direct download. The file is base64 encoded. You can set choose among the supported file types, default is PDF.
Reference to a tenant.
^[A-Za-z0-9-_]+
Based on the Accept header the response will be base64 json encoded or a raw file. application/octet-stream will return a binary file application/json will return a json with the file content base64 encoded.
Get products turnover report for a time period, optionally filtered on a list of product group and UIDs. The report generates sums of sold products and total values.
Reference to a tenant.
^[A-Za-z0-9-_]+
Array of brandUids
Array of productGroup ids
Array of storeUids
Response for Product turnover report.
Get turnover data grouped by store.
If tenant user UID
is specified,
the turnover data will only contain the numbers for that
specific user.
Reference to a tenant.
^[A-Za-z0-9-_]+
Turnover Request Body
^[A-Za-z0-9-_]+
Turnover response
Get turnover data for a store grouped by product-group.
If tenant user UID
is specified,
the turnover data will only contain the numbers for that
specific user.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Turnover Request Body
^[A-Za-z0-9-_]+
Turnover response for ProductGroup
Get turnover data for all sellers in a store.
Ordered by turnover descending.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Turnover Request Body
Example response
Get turnover data for a store and product group.
If tenant user UID
is specified,
the turnover data will only contain the numbers for that
specific user.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a ProductGroup.
^[A-Za-z0-9-_]+
Turnover Request Body
^[A-Za-z0-9-_]+
Turnover response for ProductGroup