Reconstructed Data

Reconstructed Data refers to the data that Railz reconstructs for specific ERPs that do not expose certain data types via their APIs. When querying through the API, you can include the reconstruct=true parameter to receive this reconstructed data.

This functionality is particularly useful for accessing data types that are not exposed via APIs by certain ERPs, such as Balance Sheets. By passing this option, you ensure that your application can work with a complete dataset, even when some data types are not originally exposed.

🚧

Cash Flow Statements

It's important to note that cash flow statements are not reconstructed because the ERPs do not support cash-based accounting.

Railz Reconstructed Data Support Per ERP

Below is a table indicating which data types Railz reconstructs because they are not exposed by the APIs of different ERPs:

Data TypeSage IntacctSage Business CloudNetsuite
Balance Sheets✔️✔️✔️
Income Statements✔️✔️✔️
Financial Forecasts (except cashflow forecast)✔️✔️✔️
Credit Score✔️✔️✔️
Financial Ratios✔️✔️✔️
Cash Flow Statements

Legend:

  • ✔️: Reconstructed by Railz
  • ❌: Not reconstructed by Railz

Example Use Case

Including the reconstruct=true parameter in your API request allows you to retrieve reconstructed balance sheets and other similar data types, providing a more comprehensive view of the business's financials, even when the ERP’s API does not expose these data types directly.