Documentation

AGENT_REPORT_WINDOW_INVALID

400invalid_request

The report window is invalid.

Cause

from_date is after to_date, or the requested span exceeds the maximum window (the trend comparison doubles the span actually fetched).

How to fix it

Send a valid, narrower window.

Example response

400 AGENT_REPORT_WINDOW_INVALID
JSON
{
  "error_code": "AGENT_REPORT_WINDOW_INVALID",
  "error_type": "invalid_request",
  "error_message": "The report window is invalid.",
  "hint": "Send a valid, narrower window.",
  "docs_url": "https://docs.billerapi.com/errors/AGENT_REPORT_WINDOW_INVALID",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/AGENT_REPORT_WINDOW_INVALID

Was this page helpful?