added
2021-02-28
over 4 years ago by Sam Kawsarani
Release Update - February 28, 2021
Added
- [Widget] Railz Widget now supports redirecting the end-user to a landing page once their account was successfully connected. (See updated Widget Parameters)
- [API] Customers can now sync & retrieve all available business/organization details from the accounting software provider. (See
/businesses/infoin updated API Reference)
Changed
- [API] Date fields now specify timezone in ISO format e.g.
2021-01-01T00:00:00Z. (See updated Date Formats in API Reference) - [API] API results set
limithas been lowered from1000to500. (See updated Pagination in API Reference) - [API] API
metaobject now returnsstartDatetonullfor/balanceSheetand/trialBalances. (See updated API Reference) - [API] Updated
edbitdaAssetsin/financialRatiosresponse object toreturnOnAssets. (See updated API Reference) - [API] Updated
shortDebtEquityin/financialRatiosresponse object todebtToEquityRatio. (See updated API Reference) - [API] Updated
totalDebtEquityin/financialRatiosresponse object tototalDebtToEquityRatio. (See updated API Reference) - [API] Updated
debtAssetsin/financialRatiosresponse object todebtToAssetsRatio. (See updated API Reference) - [API] Updated FreshBooks
redirectUrlrequired for configuring app in FreshBooks developer portal. (See updated FreshBooks Configuration in API Docs) - [API] Updated QuickBooks Online
redirectUrlrequired for configuring app in QuickBooks Online developer portal. (See updated QuickBooks Online Configuration in API Docs) - [API] Updated Xero
redirectUrlrequired for configuring app in Xero developer portal. (See updated Xero Confoguration in API Docs)
Removed
- [API] Removed
startDateas a query parameter in/balanceSheetand/trialBalances. (See updated API Reference) - [API] Removed
interestExpensefrom/financialRatiosresponse object. (See updated API Reference)
Fixed
- [API] Overall data extraction & normalization improvements.