# Transfer balance declaration report

Retrieves the Transfer Balance Account Report (TBAR) declaration data for the fund over a specified date range. Includes fund reporting details, member information, and transfer balance events required for ATO reporting obligations.

Endpoint: GET /f/{businessCode}/{fundCode}/report-data/fund-reports/transfer-balance-declaration-report
Version: 1.0
Security: Class_oAuth

## Path parameters:

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

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

## Query parameters:

  - `startDate` (string, required)
    The start date of the reporting period for TBAR events (inclusive). Format YYYY-MM-DD.

  - `endDate` (string, required)
    The end date of the reporting period for TBAR events (inclusive). Format YYYY-MM-DD.

  - `tbarState` (string, required)
    To include specific type of tbarState

  - `brandCode` (string)
    This parameter is only used when you are using this at a business scope. If specified then only funds assigned to that brand code will be returned.

## Response 200 fields (application/json):

  - `ErrorCodes` (array, required)
    List of error codes returned by the API, if any.

  - `Errors` (array, required)
    Detailed error objects returned by the API.

  - `Errors.Code` (string, required)
    Error code identifying the type of error.

  - `Errors.Message` (string, required)
    Human-readable message describing the error.

  - `CreatedUri` (string, required)
    URI of the newly created resource, if applicable.

  - `IsCreatedResponse` (boolean, required)
    Indicates whether the response is for a newly created resource.

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

