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

Changelog

Last update:
Compare
11 structure changes including:
11 Modifications
Modified 11 Breaking
GET /api/status
  • Authentication
  • OAuth2 authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/v2/household/{HouseholdGUID}/assets
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • DisposalCosts property Added
GET /api/v2/household/{HouseholdGUID}/assets/options
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • ExpenditureType, Frequency properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • AssetType, AssetPurchased, AssetDisposal, ClearLiabilities, TaxBasis properties Added
GET /api/v2/household/{HouseholdGUID}/assets/{AssetGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • DisposalCosts property Added
GET /api/v2/household/{HouseholdGUID}/savings/contributions/options
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • TransactionType property Modified
        • UseAvailableUnusedAllowance property Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/contributions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • UseAvailableUnusedAllowance property Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/contributions/{ContributionGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • UseAvailableUnusedAllowance property Added
POST /api/v2/household/{HouseholdGUID}/assets
  • Body
  • application/json content type Modified
    • DisposalCosts property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • DisposalCosts property Added
POST /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/contributions
  • Body
  • application/json content type Modified
    • UseAvailableUnusedAllowance property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • UseAvailableUnusedAllowance property Added
PUT /api/v2/household/{HouseholdGUID}/assets/{AssetGUID}
  • Body
  • application/json content type Modified
    • DisposalCosts property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • DisposalCosts property Added
PUT /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/contributions/{ContributionGUID}
  • Body
  • application/json content type Modified
    • UseAvailableUnusedAllowance property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • UseAvailableUnusedAllowance property Added