/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.

Query the collection of Budgets in a system, federation of systems, or in a default business by posting a Query object.

post

Submit a query using a BudgetQuery object.

Entity representing a Budget form metadata.

get

Get form metadata for creating a new Budget.

Entity representing a Budget

get

Get a particular Budget given its id.

put

Update a particular Budget given its id.

delete

Delete a particular Budget given its id.

Entity representing a Budget form metadata for update

get

Get form metadata for updating an existing Budget.

/budget-entries

Collection of BudgetEntries in a system, federation of systems, or in a default Business.

get

Get all BudgetEntries in the system or default Business.

post

Create a new BudgetEntry in the default Business.

Query the collection of BudgetEntries in a system, federation of systems, or in a default business by posting a Query object.

post

Submit a query using a BudgetEntryQuery object.

Entity representing a BudgetEntry form metadata.

get

Get form metadata for creating a new BudgetEntry.

Entity representing a BudgetEntry

get

Get a particular BudgetEntry given its id.

put

Update a particular BudgetEntry given its id.

delete

Delete a particular BudgetEntry given its id.

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.

Query the collection of Businesses in a system, federation of systems, or in a default business by posting a Query object.

post

Submit a query using a BusinessQuery object.

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 particular Business given its id.

put

Update a particular Business given its id.

delete

Delete a particular Business given its id.

Entity representing a Business form metadata for update

get

Get form metadata for updating an existing Business.

get

Get child 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 parent Businesses for 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 BudgetEntries in this Business

put

Add the given BudgetEntry to this Business

delete

Remove the given BudgetEntry from the Business.