Get fee waivers for a user within a date range

Retrieves the list of fees waived for a user between the specified start and end dates.

Path Params
string
required

The program code identifying the BaaS program context.

string
required

The unique identifier for the account whose fee waivers are being retrieved.

Body Params

The 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.

string
required

The start date (inclusive) for the fee waiver query, formatted as a string (e.g., "yyyy-MM-dd").

string
required

The end date (inclusive) for the fee waiver query, formatted as a string (e.g., "yyyy-MM-dd").

Headers
string
required

A unique request identifier for tracking and logging.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json