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 5 Current »

Inputs (DeleteFeeRecordArgs)

The FeeRecordDto is an abstract class with two different concrete implementations, FixedAmountFeeRecordDto and AumPercentageFeeRecordDto. These two implementation classes reflect that it is possible to delete two types of fees. Fixed fees are based on a nominal amount in a certain currency while percentage based fees use the sum of customer holdings and extract a percentage of that as the nominal fee amount. 

NameTypeDescriptionMandatoryAvailable from version
IdGuidThe id of the FeeRecord. Yes 2.38
AccountBrickIdGuidThe brick id of the account that has the FeeRecord . Yes 2.38

Response DeleteFeeRecordResponse inherits from ResponseBase

NameTypeDescriptionAvailable from version
EntitiesFeeRecordDto[]An array of deleted FeeRecords.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 deleted, if false then all individual FeeRecords that could be deleted were deleted.2.38



  • No labels