The budgeting model represents a budgeting in Falcon.
id | integer The id of the budgeting. |
hash | string The unique hash of the budgeting. |
name | string The name of the budgeting. |
start_time | string <date> The start time of the budgeting. |
end_time | string <date> The end time of the budgeting. |
scaling | integer The budgeting scaling type of the budgeting.
|
offset | integer [ 0 .. 11 ] The starting month of the financial year of the budgeting.
|
created_time | string <date-time> The created time of the budgeting. |
modified_time | string <date-time> The modified time of the budgeting. |
modified_user_time | string <date-time> The modified user time of the budgeting. |
programs_count | integer >= 0 The number of programs that use this budgeting. Only budgetings without assigned programs can be deleted. |
model | string The budgeting model. |
object (User) The created user of the budgeting. | |
object (User) The modified user of the budgeting. |
{- "id": "1,",
- "hash": "d42985eeb5bc6fdcc81539896f58f179899335b5",
- "name": "Airborne (Default)",
- "start_time": "2022-04-27",
- "end_time": "2023-03-27",
- "scaling": 2,
- "offset": 0,
- "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",
- "programs_count": 1,
- "model": "Budgeting",
- "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"
}
}