/credits

Collection of Credits in a system, federation of systems, or in a default Billing.

get

Get all Credits in the system or default Billing.

post

Create a new Credit in the default Billing.

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

post

Submit a query using a CreditQuery object.

Entity representing a Credit form metadata.

get

Get form metadata for creating a new Credit.

Entity representing a Credit

get

Get a particular Credit given its id.

put

Update a particular Credit given its id.

delete

Delete a particular Credit given its id.

Entity representing a Credit form metadata for update

get

Get form metadata for updating an existing Credit.

/billings

Collection of Billings in a system or federation of systems.

get

Get all Billings.

post

Create a new Billing.

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

post

Submit a query using a BillingQuery object.

Entity representing a Billing form metadata.

get

Get form metadata for creating a new Billing.

The root Billings in the Billing hierarchy. A node with no parents is an orphan. While all Billing 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-billing

Entity representing a Billing

get

Get a particular Billing given its id.

put

Update a particular Billing given its id.

delete

Delete a particular Billing given its id.

Entity representing a Billing form metadata for update

get

Get form metadata for updating an existing Billing.

get

Get child Billings for the given Billing in the hierarchy.

put

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

delete

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

get

Get parent Billings for the given Billing in the hierarchy.

get

Get all Credits in this Billing

put

Add the given Credit to this Billing

delete

Remove the given Credit from the Billing.