Do not miss any FinCalc API changes, ever again

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

RSS

29 days ago

dev
2.0.0
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5
GET /api/v2/household/{HouseholdGUID}/savings/withdrawals/options
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalAs property Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalAs property Added
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalAs property Added
POST /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals
  • Body
  • application/json content type Modified
    • WithdrawalAs property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalAs property Added
PUT /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}
  • Body
  • application/json content type Modified
    • WithdrawalAs property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalAs property Added