GetFeeRecords

GetFeeRecords

Inputs (GetFeeRecordArgs) 

Name

Type

Description

Mandatory

Available from version

BrickIds

Guid[]

The ids of the FeeRecords to extract.

No

 2.38

AccountBrickIds

Guid[]

The brick id of the accounts from which the FeeRecords should be extracted.

No

 2.38

FeeRecordStatuses

FeeRecordStatus[]

The statuses of the FeeRecords to extract. Can be  "Active" or "Inactive".

No

 2.38

 CurrencyCodes

string[]

The currency codes of the FeeRecords to get.

No

 2.38

 SellToCoverMethods

SellToCoverMethod[]

Argument to specify FeeRecord extraction based on values on the SellToCoverMethod property.

No

 2.38

FeeTypes

FeeType[]

The types of fees to get.

No

2.39


Response GetFeeRecordResponse inherits from ResponseBase

Name

Type

Description

Available from version

Entities

FeeRecordDto[]

An array of FeeRecordDto. 

2.38

Message

string

A response message, "OK" if nothing went wrong and otherwise and error message.

2.38

IsError

bool

A bool to describe if the entire request went wrong. If true then nothing was extracted, if false then all individual FeeRecords that could be extracted were extracted.

2.38