Cashflow Items

The cashflow items are the individual debit an credit transactions associated with a cashflow and show how the cashflow impacts individual accounts.

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

The CashflowItemId is an integer data type found in the CashflowItem table and is an identity field that is used as the primary key for the CashflowItem table. It is used as an auto-incrementing field to uniquely identify each CashflowItem record and enable quick and easy retrieval of data from the table.

int32

The cashflow the item is associated with.

string | null

CurrencyId is an nvarchar field in the CashflowItem table that stores the ID of the currency associated with the cashflow item. Its maximum length is 128 characters.

double
required

The Amount field in the CashflowItem table is a decimal data type used to store numerical values representing the total amount of money associated with the CashflowItem.

date-time
required

The valud date of the cashflow item and the actual or anticpated date the account will be impacted.

int32 | null

The account that is or will be impacted by the cashflow item.

double | null

The amount of the cashflow item in the company reporting currency.

string | null

The StateId field in the CashflowItem table is an nvarchar type with a maximum length of 450. It stores the state identifier of the cash flow item, which can be used to track the status of the cash flow item.

int32 | null

The actual account transcation associated with the cashflow item.

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!