Change Updates

Do not miss any FinCalc API changes, ever again

Subscribe to the FinCalc API changelog to be up to date on recent changes.

RSS

13 days ago

upcoming
2.0.0
Compare

API structure has changed

15 structure changes including:
15 Modifications
Modified 15 Breaking
GET /api/v2/household/{HouseholdGUID}/pensions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • FullyCrystallised property Added
GET /api/v2/household/{HouseholdGUID}/pensions/options
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • FullyCrystallised property Added
GET /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • FullyCrystallised property Added
GET /api/v2/household/{HouseholdGUID}/savings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • OriginalInvestmentPercentageWithdrawn property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • NumberOfSegments, DateOfAssignment, HistoricTransactions properties Added
GET /api/v2/household/{HouseholdGUID}/savings/options
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • HistoricTransactions property Added
GET /api/v2/household/{HouseholdGUID}/savings/withdrawals/options
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalStyle property Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • OriginalInvestmentPercentageWithdrawn property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • NumberOfSegments, DateOfAssignment, HistoricTransactions properties Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • NumberOfSegments, WithdrawalStyle properties Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • NumberOfSegments, WithdrawalStyle properties Added
POST /api/v2/household/{HouseholdGUID}/pensions
  • Body
  • application/json content type Modified
    • FullyCrystallised property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • FullyCrystallised property Added
POST /api/v2/household/{HouseholdGUID}/savings
  • Body
  • application/json content type Modified
    • OriginalInvestmentPercentageWithdrawn property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • NumberOfSegments, DateOfAssignment, HistoricTransactions properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • OriginalInvestmentPercentageWithdrawn property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • NumberOfSegments, DateOfAssignment, HistoricTransactions properties Added
POST /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals
  • Body
  • application/json content type Modified
    • WithdrawalStyle, NumberOfSegments properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • NumberOfSegments, WithdrawalStyle properties Added
PUT /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}
  • Body
  • application/json content type Modified
    • FullyCrystallised property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • FullyCrystallised property Added
PUT /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}
  • Body
  • application/json content type Modified
    • OriginalInvestmentPercentageWithdrawn property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • NumberOfSegments, DateOfAssignment, HistoricTransactions properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • OriginalInvestmentPercentageWithdrawn property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • NumberOfSegments, DateOfAssignment, HistoricTransactions properties Added
PUT /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}
  • Body
  • application/json content type Modified
    • WithdrawalStyle, NumberOfSegments properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • NumberOfSegments, WithdrawalStyle properties Added