Budgeting model

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.

  • 1 - Weekly
  • 2 - Monthly
  • 3 - Quarterly
  • 4 - Yearly
Enum: 1 2 3 4
offset
integer [ 0 .. 11 ]

The starting month of the financial year of the budgeting.

  • 0 - January
  • 1 - February
  • 2 - March
  • 3 - April
  • 4 - May
  • 5 - June
  • 6 - July
  • 7 - August
  • 8 - September
  • 9 - October
  • 10 - November
  • 11 - December
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.

Value: "Budgeting"
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": {
    },
  • "modified_user": {
    }
}