Zamok Kiosk API
    Preparing search index...
    zeroCashbox: PayloadAC<"cpi/REMOVE_ZERO_CASHBOX_COUNT", ZeroCashboxRequest> = ...

    Zero any counters in the cash box, as well as perform any other actions required to remove the cash box. This is a final step in the workflow to remove the cash box. Use CashboxRemove (contents for REPORT) API: GET /api/PaymentDevices/{deviceId}/CashBoxes/{cashBoxId}/Actions/Remove Returns: ZeroCashbox

    Epic: Zero Cashbox Count (task = AdminActionTask.ClearCashbox)

    {
    "type": "cpi/REMOVE_ZERO_CASHBOX_COUNT",
    "payload": {
    "deviceId": "device-id-123",
    "cashBoxId": "cashbox-id-123"
    }
    }