The budgeting item model represents a budgeting item in Falcon.
| id | integer The id of the budgeting item. | 
| hash | string The unique hash of the budgeting item. | 
| position | integer The position of the budgeting item within the budgeting. | 
| operand | integer The operand of the budgeting item. The operand can be used (together with a leading hashtag) as a reference to this budgeting item in calculations. The operand is automatically assigned when creating the budgeting position, cannot be changed and is unique within the budgeting. | 
| name | string The name of the budgeting item. | 
| unit | integer The unit of the budgeting item. 
 | 
| factor | integer The factor of the budgeting item. 
 | 
| decimals | integer The number of displayed decimals of the budgeting item. | 
| suffix | string The suffix of the budgeting item. | 
| period_type | integer The period type of the budgeting item. 
 | 
| aggregation_type_horizontal | integer The horizontal aggregation type of the budgeting item. 
 | 
| aggregation_type_vertical | integer The vertical aggregation type of the budgeting item. 
 | 
| target_type | integer The target type of the budgeting item. 
 | 
| threshold_yellow | integer  [ -100 .. 100 ]  The threshold for the yellow traffic light of the budgeting item. | 
| threshold_red | integer  [ -100 .. 100 ]  The threshold for the red traffic light of the budgeting item. | 
| created_time | string <date-time>  The created time of the budgeting item. | 
| modified_time | string <date-time>  The modified time of the budgeting item. | 
| modified_user_time | string <date-time>  The modified user time of the budgeting item. | 
| format | string The format of the budgeting item. The format is a combination of the unit and the suffix of the budgeting item. | 
| model | string The budgeting item model. | 
| object or null (BudgetingTerm)  The budgeting term of the budgeting item. | |
| object (BudgetingCategory)  The budgeting category of the budgeting item. | |
| object (User)  The created user of the budgeting item. | |
| object (User)  The modified user of the budgeting item. | 
{- "id": 7,
- "hash": "33e79bb30fa9db3abcf9b76b9f27b92377aec411",
- "position": 7,
- "operand": 7,
- "name": "Scrap rate",
- "unit": 2,
- "factor": 0,
- "decimals": 2,
- "suffix": "%",
- "period_type": 6,
- "aggregation_type_horizontal": 2,
- "aggregation_type_vertical": 2,
- "target_type": 1,
- "threshold_yellow": 90,
- "threshold_red": 70,
- "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",
- "format": "%",
- "model": "BudgetingItem",
- "budgeting_term": {- "id": 15,
- "hash": "eaa7c2a3c5eeb03e13cb9e2f8fccc76bbec9c676",
- "term": "#2/(#1+#3)*100",
- "created_time": "2022-07-15T08:52:16.000000Z",
- "modified_time": "2022-07-15T08:54:46.000000Z",
- "modified_user_time": "2022-07-15T08:54:46.000000Z",
- "model": "BudgetingTerm"
 },
- "budgeting_category": {- "id": 6,
- "hash": "2f5f420bd197dec2516a774f038c6dc3c9429366",
- "position": 3,
- "name": "KPI",
- "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"
 }
}