Cashflow Imports

The CashflowImport table in the Cashflow package is a database table designed to store all imported financial transaction data from external sources, such as bank accounts, credit cards, and other financial management accounts. This table allows users to store, manage, review, and analyze financial data in an intuitive way. It provides users with a detailed insight into their financial statements to facilitate budgeting and help them make informed decisions.

Body Params
int32

CashflowImportId is an integer type field associated with the CashflowImport table. This field serves as a uniquely identifying number for each record in the table and is used to reference the database record when introducing a new CashflowImport item.

int32 | null

StorageId is an integer data type field that uniquely identifies each record in the CashflowImport table. It acts as a primary key for the table.

string | null

The StatusId field in the CashflowImport table stores the unique identifier for the status associated with an individual cashflow record. The value of the field is a string with a maximum length of 450 characters that can either be an empty string (status does not apply) or a specific code.

int32 | null

ActionLogId is an integer data type that carries a unique identifier in the CashflowImport table. It is used to track the action taken when processing the imported cash flow data.

Response
200

OK

Language
URL
Response
Click Try It! to start a request and see the response here!