Cashflow Transits

The CashflowTransit table in the Cashflow package stores information related to the transit of financial assets between accounts. It contains details such as the amount of money transferred, the sender of the money, the recipient, date of transfer, and the purpose of the transfer. It is used to track the flow of money between various accounts and can be used to gain insights into financial performance.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The CashflowTransitId field of type int in the CashflowTransit table is a unique identifier for each record that stores the corresponding transit record related to a particular cash flow transaction. Therefore, the CashflowTransitId can be used to link other records related to the same transaction.

int32

The CashflowId field is an int data type in the CashflowTransit table and is a primary key used to identify the unique cashflow transaction for each row.

date-time
required

StartDate is a field in the CashflowTransit table that stores a date and time value which represents when the Cashflow transit began. This information is stored in a datetime2 data type and can be up to a 7-digit precision of fractional seconds.

date-time
required

EndDate is a datetime2 data type field in the CashflowTransit table which captures the date and time of the latest transaction for a given cashflow.

double
required

The Amount field in the CashflowTransit table is a decimal data type representing the monetary amount of a transaction in the system.

double
required

The field named ReportingAmount in the CashflowTransit table is of the data type decimal and is used to store the reported amount of money from a given transaction.

string | null

The CurrencyId field in the CashflowTransit table is an nvarchar data type with a maximum length of 128 characters and stores a identifier for the currency associated with each cashflow transaction in the table.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

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