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

post

Create multiple new CreditBatch in the default Billing.

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.

/acknowledgement/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-billings

put

Add the given Billing as a root in the Billing hierarchy

delete

Remove the given Billing as a root in the Billing hierarchy.

get

Get parent Billings for the given Billing in the hierarchy.

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.

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 all Credits in this Billing

put

Add the given Credit to this Billing

delete

Remove the given Credit from the Billing.

Define and inspect the CreditQuery related to a "smart" Billing. A smart Billing is a dynamic Billing whose cataloged objects are defined through queries.

post

Apply the provided CreditQuery to this Billing to create a dynamic smart Billing

get

Get the CreditQuery associated with this smart Billing.