curl --location --request GET 'https://mock.apidog.com/m1/1209598-0-default/reports/z-report/1' \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'X-Application: YOUR_APPLICATION_ID' \
--header 'X-App-Station: YOUR_APP_STATION' \
--header 'X-App-Version: 1'{
"DateOpenedAt": "2026-04-06T15:14:56.942678",
"FiscalDayNumber": 100,
"Summaries": [
{
"CounterType": "Sale",
"Currency": "ZWG",
"TaxPercent": 15.50,
"TaxID": 517,
"PaymentMethod": null,
"Amount": 105.00
},
{
"CounterType": "SaleTax",
"Currency": "ZWG",
"TaxPercent": 15.50,
"TaxID": 517,
"PaymentMethod": null,
"Amount": 14.09
},
{
"CounterType": "Balance",
"Currency": "ZWG",
"TaxPercent": null,
"TaxID": null,
"PaymentMethod": "Cash",
"Amount": 105.00
}
],
"Message": "Success",
"IsSuccess": true
}