/customers

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

get

Get all Customers in the system or default Business.

post

Create a new Customer in the default Business.

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

post

Submit a query using a CustomerQuery object.

Entity representing a Customer form metadata.

get

Get form metadata for creating a new Customer.

Entity representing a Customer

get

Get a particular Customer given its id.

put

Update a particular Customer given its id.

delete

Delete a particular Customer given its id.

Entity representing a Customer form metadata for update

get

Get form metadata for updating an existing Customer.

/items

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

get

Get all Items in the system or default Business.

post

Create a new Item in the default Business.

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

post

Submit a query using a ItemQuery object.

Entity representing a Item form metadata.

get

Get form metadata for creating a new Item.

Entity representing a Item

get

Get a particular Item given its id.

put

Update a particular Item given its id.

delete

Delete a particular Item given its id.

Entity representing a Item form metadata for update

get

Get form metadata for updating an existing Item.

/categories

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

get

Get all Categories in the system or default Business.

post

Create a new Category in the default Business.

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

post

Submit a query using a CategoryQuery object.

Entity representing a Category form metadata.

get

Get form metadata for creating a new Category.

Entity representing a Category

get

Get a particular Category given its id.

put

Update a particular Category given its id.

delete

Delete a particular Category given its id.

Entity representing a Category form metadata for update

get

Get form metadata for updating an existing Category.

/entries

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

get

Get all Entries in the system or default Business.

post

Create a new Entry in the default Business.

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

post

Submit a query using a EntryQuery object.

Entity representing a Entry form metadata.

get

Get form metadata for creating a new Entry.

Entity representing a Entry

get

Get a particular Entry given its id.

put

Update a particular Entry given its id.

delete

Delete a particular Entry given its id.

Entity representing a Entry form metadata for update

get

Get form metadata for updating an existing Entry.

/periods

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

get

Get all Periods in the system or default Business.

post

Create a new Period in the default Business.

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

post

Submit a query using a PeriodQuery object.

Entity representing a Period form metadata.

get

Get form metadata for creating a new Period.

Entity representing a Period

get

Get a particular Period given its id.

put

Update a particular Period given its id.

delete

Delete a particular Period given its id.

Entity representing a Period form metadata for update

get

Get form metadata for updating an existing Period.

/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 Customers in this Business

put

Add the given Customer to this Business

delete

Remove the given Customer from the Business.

get

Get all Items in this Business

put

Add the given Item to this Business

delete

Remove the given Item from the Business.

get

Get all Categories in this Business

put

Add the given Category to this Business

delete

Remove the given Category from the Business.

get

Get all Entries in this Business

put

Add the given Entry to this Business

delete

Remove the given Entry from the Business.

get

Get all Periods in this Business

put

Add the given Period to this Business

delete

Remove the given Period from the Business.