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

Entity representing a customer form metadata.

get

Get form metadata for creating a new customer.

Entity representing a customer

get

Get a customer given its id.

put

Update a given customer.

delete

Delete a given customer.

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.

Entity representing a item form metadata.

get

Get form metadata for creating a new item.

Entity representing a item

get

Get a item given its id.

put

Update a given item.

delete

Delete a given item.

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.

Entity representing a category form metadata.

get

Get form metadata for creating a new category.

Entity representing a category

get

Get a category given its id.

put

Update a given category.

delete

Delete a given category.

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.

Entity representing a entry form metadata.

get

Get form metadata for creating a new entry.

Entity representing a entry

get

Get a entry given its id.

put

Update a given entry.

delete

Delete a given entry.

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.

Entity representing a period form metadata.

get

Get form metadata for creating a new period.

Entity representing a period

get

Get a period given its id.

put

Update a given period.

delete

Delete a given period.

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.

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