Get fee waivers for a user within a date rangepost https://example.com/programs/{programCode}/accounts/{accountIdentifier}/GetFeeWaiversRetrieves the list of fees waived for a user between the specified start and end dates.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.accountIdentifierstringrequiredThe unique identifier for the account whose fee waivers are being retrieved.Body ParamsThe request payload containing the date range and account identifier.startDatestringrequiredThe start date (inclusive) for the fee waiver query, formatted as a string (e.g., "yyyy-MM-dd").endDatestringrequiredThe end date (inclusive) for the fee waiver query, formatted as a string (e.g., "yyyy-MM-dd").HeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 201Created 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago