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

dev
2.0.0
Compare

API structure has changed

16 structure changes including:
16 Modifications
Modified 16 Breaking
GET /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}/contributions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
GET /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}/contributions/{PensionContributionGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
GET /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}/withdrawals
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
GET /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}/withdrawals/{PensionWithdrawalGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/contributions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/contributions/{ContributionGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • NumberOfSegments, WithdrawalStyle properties Modified
          • Type went from integer | null to integer
            Breaking
        • StartValueAbsolute property Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
POST /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}/contributions
  • Body
  • application/json content type Modified
    • StartValueAbsolute property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
POST /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}/withdrawals
  • Body
  • application/json content type Modified
    • StartValueAbsolute property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
POST /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/contributions
  • Body
  • application/json content type Modified
    • StartValueAbsolute property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
POST /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals
  • Body
  • application/json content type Modified
    • StartValueAbsolute property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • NumberOfSegments, WithdrawalStyle properties Modified
          • Type went from integer | null to integer
            Breaking
        • StartValueAbsolute property Added
PUT /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}/contributions/{PensionContributionGUID}
  • Body
  • application/json content type Modified
    • StartValueAbsolute property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
PUT /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}/withdrawals/{PensionWithdrawalGUID}
  • Body
  • application/json content type Modified
    • StartValueAbsolute property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
PUT /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/contributions/{ContributionGUID}
  • Body
  • application/json content type Modified
    • StartValueAbsolute property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • StartValueAbsolute property Added
PUT /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • NumberOfSegments, WithdrawalStyle properties Modified
          • Type went from integer | null to integer
            Breaking
        • StartValueAbsolute property Added