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. |
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": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "created_time": "2022-05-04T16:51:37.000000Z",
- "modified_time": "2022-05-23T12:18:17.000000Z",
- "modified_user_time": "2022-05-23T12:18:17.000000Z",
- "model": "User"
}
}