# Financial Statement Trustee Minute Resolution

Produces a Financial Statement Trustee Minute or Resolution for the specified fund, providing formal trustee documentation approving the fund's financial statements as required under superannuation governance obligations.

Endpoint: POST /f/{businessCode}/{fundCode}/report-data/report-generator/FinancialStatementTrusteeMinuteResolution
Version: 1.0
Security: Class_oAuth

## Path parameters:

  - `businessCode` (string, required)
    Class business code

  - `fundCode` (string, required)
    Class entity code

## Query parameters:

  - `year` (integer, required)
    The financial year to retrieve information

  - `outputFormat` (string, required)
    Specifies the desired output format for the generated report. Accepted values are pdf, csv, or rtf.

  - `isPageFooter` (string)
    This will turn on the page footer.

  - `includeAssetCodes` (string)
    Indicates whether asset codes should be included in the report output.

  - `groupBy` (string)

  - `meetingDate` (string)

  - `minuteResolutionType` (string, required)

  - `meetingAddress` (string)

  - `noteHtml_Value` (string, required)
    Provides short text description on the report

  - `Signature` (string, required)

## Header parameters:

  - `Content-Type` (string, required)
    Specifies the media type expected in the response. Must always be set to application/pdf regardless of the desired output format.

## Response 400 fields (application/json):

  - `Errors` (array)

  - `Errors.code` (string)

  - `Errors.message` (string)

## Response 401 fields (application/json):

  - `Errors` (array)

  - `Errors.Code` (string)
    Example: API_NOT_AUTHORISED

  - `Errors.Message` (string)
    Example: Not authorised

## Response 403 fields (application/json):

  - `Errors` (array)

  - `Errors.Code` (string)
    Example: FORBIDDEN

  - `Errors.Message` (string)
    Example: You do not have permission to access this resource.

## Response 404 fields (application/json):

  - `Errors` (array)

  - `Errors.Code` (string)
    Example: API_NOT_FOUND

  - `Errors.Message` (string)
    Example: Resource not available or user does not have access to the fund.

## Response 500 fields (application/json):

  - `Errors` (array)

  - `Errors.Code` (string)
    Example: API_INTERNAL_ERROR

  - `Errors.Message` (string)
    Example: An unexpected error occurred on the server. Please try again later.

## Response default fields (application/json):

  - `Errors` (array)

  - `Errors.Code` (string)
    Example: API_INTERNAL_ERROR

  - `Errors.Message` (string)
    Example: An unexpected error occurred on the server. Please try again later.

