GET api/bfg/v1/funds/{clientId}/transactions/csv?accountType={accountType}
Get the transaction statement for the particular client and account type and download in csv.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
Client ID to retrieve fund journals. |
integer |
Required |
| accountType |
Account type to retrieve fund journals |
enAccountType |
Required |
Body Parameters
None.
Response Information
Resource Description
csv content
None.