Budgeting category model

The budgeting category model represents a budgeting category in Falcon.

id
integer

The id of the budgeting category.

hash
string

The unique hash of the budgeting category.

position
integer

The position of the budgeting category within the budgeting.

name
string

The name of the budgeting category.

created_time
string <date-time>

The created time of the budgeting category.

modified_time
string <date-time>

The modified time of the budgeting category.

modified_user_time
string <date-time>

The modified user time of the budgeting category.

model
string

The budgeting category model.

Value: "BudgetingCategory"
object (Budgeting)

The budgeting of the budgeting category.

object (User)

The created user of the budgeting category.

object (User)

The modified user of the budgeting category.

{
  • "id": 4,
  • "hash": "2a3633b85818388897dcb8b5717927484ada465d",
  • "position": 1,
  • "name": "P&L",
  • "created_time": "2022-06-27T09:48:06.000000Z",
  • "modified_time": "2022-06-27T09:48:06.000000Z",
  • "modified_user_time": "2022-06-27T09:48:06.000000Z",
  • "model": "BudgetingCategory",
  • "created_user": {
    },
  • "modified_user": {
    }
}