API Update — May 7, 2026

May 7, 2026

Product (1.0.25)

New endpoints:

  • GET /CostRecordById/{labelId}/{costRecordId} — Retrieves a CostRecord by Id
  • POST /CostRecordAdd — Manually creates a cost record
  • POST /CostRecords — Searches CostRecords
  • PUT /CostRecordBlock — Blocks a pending CostRecord from collection
  • PUT /CostRecordCorrection — Corrects the amount of a pending CostRecord
  • PUT /CostRecordRetry — Retries to collect an invalid CostRecord
  • PUT /CostRecordReverse — Reverts a previously collected CostRecord
  • PUT /CostRecordUnblock — Unblocks a blocked CostRecord so that it can be collected

New schemas:

  • CostRecordAddDto
  • CostRecordBlockDto
  • CostRecordCorrectionDto
  • CostRecordItem
  • CostRecordPagedData
  • CostRecordReference
  • CostRecordReferenceType
  • CostRecordRetryDto
  • CostRecordReverseDto
  • CostRecordStatus
  • CostRecordStatusReason
  • CostRecordUnblockDto
  • JournalEntryItem

BFF (1.0.25) — View API

New endpoints:

  • GET /CostRecordGetById/{labelId}/{costRecordId} — Returns a CostRecordAggregatedItem by ID
  • POST /CostRecordAdd — Manually creates a CostRecord for an InvestmentAccount
  • POST /CostRecords — Returns CostRecords based on the searchQuery
  • PUT /CostRecordBlock — Blocks a pending CostRecord from collection
  • PUT /CostRecordCorrection — Corrects the amount of a pending CostRecord
  • PUT /CostRecordRetry — Retries to collect an invalid CostRecord
  • PUT /CostRecordReverse — Reverts a previously collected CostRecord
  • PUT /CostRecordUnblock — Unblocks a blocked CostRecord so that it can be collected

Back to top

© 2026 Pengine.