Do not miss any FinCalc API changes, ever again

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

RSS

19 days ago

dev
2.0.0
Compare

API structure has changed

8 structure changes including:
8 Modifications
Modified 8 Breaking
GET /api/v2/clients/digitalfactfind/{ClientGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • AuthenticationMethod property Added
GET /api/v2/factfind/templates
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • ExpenditureListGUID property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • ExpenseListGUID property Added
GET /api/v2/household/{HouseholdGUID}/savings/withdrawals/options
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalAs property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalAs property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalAs property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /api/v2/clients/digitalfactfind/{ClientGUID}
  • Body
  • application/json content type Modified
    • AuthenticationMethod property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • AuthenticationMethod property Added
POST /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals
  • Body
  • application/json content type Modified
    • WithdrawalAs property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalAs property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PUT /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/withdrawals/{WithdrawalGUID}
  • Body
  • application/json content type Modified
    • WithdrawalAs property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • WithdrawalAs property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking