A library attempting to get counter reports from Proquest found they were failing. In testing, I was able to narrow the problem down to the date range. We send: https://sushi.proquest.com/counter/r5/reports/pr?begin_date=2024-11&end_date=2025-10&customer_id={ID}&api_key={KEY} They expect: https://sushi.proquest.com/counter/r5/reports/pr?begin_date=2024-11-01&end_date=2025-10-31&customer_id={ID}&api_key={KEY} From what I can tell in the standard: https://www.niso.org/sites/default/files/schema-files/sushi1_7_ReportRequest.png Date is expected as yyyy-mm-dd We should send the full date and not truncate
Created attachment 189044 [details] [review] Bug 41182: Pass 10 digit date to SUSHI