API Update — May 7, 2026
May 7, 2026
Product (1.0.25)
New endpoints:
GET /CostRecordById/{labelId}/{costRecordId}— Retrieves a CostRecord by IdPOST /CostRecordAdd— Manually creates a cost recordPOST /CostRecords— Searches CostRecordsPUT /CostRecordBlock— Blocks a pending CostRecord from collectionPUT /CostRecordCorrection— Corrects the amount of a pending CostRecordPUT /CostRecordRetry— Retries to collect an invalid CostRecordPUT /CostRecordReverse— Reverts a previously collected CostRecordPUT /CostRecordUnblock— Unblocks a blocked CostRecord so that it can be collected
New schemas:
CostRecordAddDtoCostRecordBlockDtoCostRecordCorrectionDtoCostRecordItemCostRecordPagedDataCostRecordReferenceCostRecordReferenceTypeCostRecordRetryDtoCostRecordReverseDtoCostRecordStatusCostRecordStatusReasonCostRecordUnblockDtoJournalEntryItem
BFF (1.0.25) — View API
New endpoints:
GET /CostRecordGetById/{labelId}/{costRecordId}— Returns a CostRecordAggregatedItem by IDPOST /CostRecordAdd— Manually creates a CostRecord for an InvestmentAccountPOST /CostRecords— Returns CostRecords based on the searchQueryPUT /CostRecordBlock— Blocks a pending CostRecord from collectionPUT /CostRecordCorrection— Corrects the amount of a pending CostRecordPUT /CostRecordRetry— Retries to collect an invalid CostRecordPUT /CostRecordReverse— Reverts a previously collected CostRecordPUT /CostRecordUnblock— Unblocks a blocked CostRecord so that it can be collected