Cashflow Types

The CashflowType table provides metadata describing the types of financial cash flows, such as income, expenses, investments, debt payments, and other related transactions. This table allows for the categorization of a particular cash flow, making data analysis and reporting much easier. Each cash flow type is identified by a unique code and has corresponding labels in different languages.

Body Params
string
required
length between 1 and 32

The CashflowTypeId is a nvarchar primary key field with a maximum length of 32 that is used to uniquely identify records stored in the CashflowType table. This field is used when referencing cashflows to ensure data integrity and accuracy.

string | null

The Description field of type nvarchar in the CashflowType table is used to store a short text description up to a maximum of 256 characters, describing the purpose of each CashflowType record.

string | null

Miscellaneous notes and information for the entry or record.

Response
200

OK

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