Cashflow Categories

CashflowCategory is a table in the Cashflow package that contains the categories of transactions used to organize and track cashflow. It specifies the categories for each type of transaction such as income, expenses, investments, etc. The information stored in this table is used to assign categories to transactions in other tables in the Cashflow package.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 16

CashflowCategoryId is an nvarchar field with a maximum length of 16 in the CashflowCategory table and is used as the primary key for the table. This field is used to uniquely identify each CashflowCategory record that exists in the table.

string | null

The Description field in the CashflowCategory table stores user-generated descriptions for Cashflow Categories as a Unicode string with a maximum length of 256 characters.

string | null

Miscellaneous notes and information for the entry or record.

string | null

BadgeId: A unique identifier for the cash flow category, represented as a variable-length string. This field allows for a maximum length of 32 characters and is intended to store alphanumeric codes or labels used for categorization and tracking within the cash flow management system.

string
required
length between 1 and 256

BadgeImage: A string field designed to store the URL or path of an image representing the badge associated with a cash flow category. The field supports a maximum length of 256 characters and is stored in Unicode format to accommodate a wide range of characters. This field is essential for visually identifying different cash flow categories through their corresponding badge images.

string
required
length between 1 and 32

BadgeText: A string field that holds textual labels or identifiers for cash flow categories, with a maximum length of 32 characters. This field is used to display concise, meaningful descriptions or tags that visually represent the category in user interfaces or reports. It supports Unicode characters, allowing for a wide range of textual representations.

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!