Readiness Status
Description
Readiness Status API is designed to provide a consistent RESTful interface for downstream applications to check FDL readiness status by business name, EOD date, and optional branch. The API returns a unified response envelope across success and error scenarios so clients can process responses with stable parsing logic and predictable codes.
The endpoint supports both single-record and list-style results, depending on whether the optional branch parameter is provided. This helps consumers use one endpoint for targeted checks and broader status queries.
Client Benefits
- Unified response envelope with consistent fields (success, code, message, data, timestamp)
- Clear business and technical code mapping for easier client-side handling and alerting
- Flexible query behavior for both branch-level checks and business-level aggregate checks
Data Availability
- Data is filtered by required businessName and eodDate parameters
- Branch-level readiness can be queried when branch is provided
- Response supports both ready and not-ready business states with explicit API codes