Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Inputs (GetFeeRecordArgs) 

NameTypeDescriptionMandatoryAvailable from version
BrickIdsGuid[]The ids of the FeeRecords to extract.No 2.38
AccountBrickIdsGuid[]The brick id of the accounts from which the FeeRecords should be extracted.No 2.38
FeeRecordStatusesstring[]The statuses of the FeeRecords to extract. Can be  "Active" or "Inactive".No 2.38
 CurrencyCodesstring[]The currency codes of the FeeRecords to get.No 2.38
 SellToCoverMethodsstring[]Argument to specify FeeRecord extraction based on values on the SellToCoverMethod property.No 2.38


Response GetFeeRecordResponse inherits from
ResponseBase

NameTypeDescriptionAvailable from version
EntitiesFeeRecordDto[]An array of FeeRecordDto. 2.38
MessagestringA response message, "OK" if nothing went wrong and otherwise and error message.2.38
IsErrorboolA bool to describe if the entire request went wrong. If true then nothing was created, if false then all individual FeeRecords that could be created were created.2.38



  • No labels