/budgets

Collection of budgets in a system, federation of systems, or in a default business.

get

Get all budgets in the system or default business.

post

Create a new budget in the default business.

Entity representing a budget form metadata.

get

Get form metadata for creating a new budget.

Entity representing a budget

get

Get a budget given its id.

put

Update a given budget.

delete

Delete a given budget.

Entity representing a budget form metadata for update

get

Get form metadata for updating an existing budget.

/budget-entries

Collection of budget-entries in a system, federation of systems, or in a default business.

get

Get all budget-entries in the system or default business.

post

Create a new budget-entry in the default business.

Entity representing a budgetEntry form metadata.

get

Get form metadata for creating a new budgetEntry.

Entity representing a budget-entry

get

Get a budget-entry given its id.

put

Update a given budget-entry.

delete

Delete a given budget-entry.

Entity representing a budgetEntry form metadata for update

get

Get form metadata for updating an existing budgetEntry.

/businesses

Collection of businesses in a system or federation of systems.

get

Get all businesses.

post

Create a new business.

Entity representing a business form metadata.

get

Get form metadata for creating a new business.

The root businesses in the business hierarchy. A node with no parents is an orphan. While all business Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root root-business

Entity representing a business

get

Get a business given its id.

put

Update a given business.

delete

Delete a given business.

Entity representing a business form metadata for update

get

Get form metadata for updating an existing business.

get

Get children businesses for the given business in the hierarchy.

put

Add business as child of the given business in the hierarchy.

delete

Remove the given business as a child of the given business in the hierarchy.

get

Get all budgets in this business

put

Add the given budget to this business

delete

Remove the given budget from the business.

get

Get all budget-entries in this business

put

Add the given budget-entry to this business

delete

Remove the given budget-entry from the business.