Hello, we're experiencing an issue with downloading the Finance Report for the Arcade game via API; we received a 404 status code. We've confirmed a few things: 1) The vendor ID is correct. 2) We can download this report for the specified date through the UI. 3) Reports download successfully when we use other vendor IDs, which indicates the query parameters and authorization are correct.
API: /v1/financeReports
Params: {"filter[reportDate]": "2025-02", "filter[reportType]": "FINANCIAL", "filter[regionCode]": "ZZ", "filter[vendorNumber]": "*****"}
Response Body { "errors" : [ { "id" : "6b0ced12-6bdc-4188-b806-e85caa43bd58", "status" : "404", "code" : "NOT_FOUND", "title" : "The request expected results but none were found", "detail" : "There were no sales for the date specified." } ] }