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 Paramsapplication/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonThe request payload containing the date range and account identifier.Represents a request to retrieve fee waivers for a specific account within a date range. Contains account identifier and required start/end dates for the query. Inherits standard request metadata from Gd.Bos.DataTransfer.Request.RequestBase.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/jsoncontent-typestringenumDefaults to application/json-patch+jsonGenerated from available request content typesapplication/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonAllowed:application/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonResponses 201Created 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 6 months ago Set Feature EligibilityGet fee information by product code and fee type keyDid this page help you?YesNo