added
2021-02-28
about 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/info
in 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
limit
has been lowered from1000
to500
. (See updated Pagination in API Reference) - [API] API
meta
object now returnsstartDate
tonull
for/balanceSheet
and/trialBalances
. (See updated API Reference) - [API] Updated
edbitdaAssets
in/financialRatios
response object toreturnOnAssets
. (See updated API Reference) - [API] Updated
shortDebtEquity
in/financialRatios
response object todebtToEquityRatio
. (See updated API Reference) - [API] Updated
totalDebtEquity
in/financialRatios
response object tototalDebtToEquityRatio
. (See updated API Reference) - [API] Updated
debtAssets
in/financialRatios
response object todebtToAssetsRatio
. (See updated API Reference) - [API] Updated FreshBooks
redirectUrl
required for configuring app in FreshBooks developer portal. (See updated FreshBooks Configuration in API Docs) - [API] Updated QuickBooks Online
redirectUrl
required for configuring app in QuickBooks Online developer portal. (See updated QuickBooks Online Configuration in API Docs) - [API] Updated Xero
redirectUrl
required for configuring app in Xero developer portal. (See updated Xero Confoguration in API Docs)
Removed
- [API] Removed
startDate
as a query parameter in/balanceSheet
and/trialBalances
. (See updated API Reference) - [API] Removed
interestExpense
from/financialRatios
response object. (See updated API Reference)
Fixed
- [API] Overall data extraction & normalization improvements.