Heads up, our devs are blazing ahead—docs are catching up, so some features might not be fully documented yet.

AccountingReports

AccountingReports

Get X/Z-Report for a till on a specific date. Returns a ZReport object

post
/tenants/{tenantUid}/stores/{storeUid}/tills/{tillUid}/xzreport

Get a X/Z report for a specific date for the selected till. Returns a ZReport json object

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
tillUidstringRequired

Reference to a till.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Body
datestring · dateRequired
Responses
200

Example response

application/json
post
/tenants/{tenantUid}/stores/{storeUid}/tills/{tillUid}/xzreport

Get X/Z-Report for a till on a specific date

post
/tenants/{tenantUid}/stores/{storeUid}/tills/{tillUid}/xzreport/download

Get a X/Z report for a specific date for the selected till.

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
tillUidstringRequired

Reference to a till.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Body
datestring · dateRequired
Responses
200

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.

post
/tenants/{tenantUid}/stores/{storeUid}/tills/{tillUid}/xzreport/download

Cash control per till and paymentmethod

post
/tenants/{tenantUid}/reports/cashcontrolreport/stores/{storeUid}

Cash control per till and paymentmethod

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
storeUidstringRequired

Reference to a Store.

Pattern: ^[A-Za-z0-9-_]+
Body
datestring · dateRequired
Responses
200

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.

post
/tenants/{tenantUid}/reports/cashcontrolreport/stores/{storeUid}

Last updated

Was this helpful?