# Investment transaction confirmation minute

The minutes of the trustees regarding the confirmation of transactions.

Endpoint: GET /f/{businessCode}/{fundCode}/minutes-data/investment-transaction-confirmation-minute
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 investment transaction period to include in the minutes (inclusive). Format YYYY-MM-DD.

  - `endDate` (string, required)
    The end date of the investment transaction period to include in the minutes (inclusive). Format YYYY-MM-DD.

  - `minuteResolutionType` (string)
    Specifies whether the document is formatted as a Minute (meeting record) or a Resolution (written resolution without a meeting).

  - `meetingDate` (string)
    The date of the trustee meeting at which the investment transactions are confirmed. Format YYYY-MM-DD.

  - `meetingAddress` (string)
    The address where the investment confirmation meeting is held. Defaults to the fund's registered physical address if not provided.

## Response 200 fields (application/json):

  - `Errors` (array, required)

  - `Errors.Code` (string, required)

  - `Errors.Message` (string, required)

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

