/payers

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

get

Get all Payers in the system or default Business.

post

Create a new Payer in the default Business.

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

post

Submit a query using a PayerQuery object.

Entity representing a Payer form metadata.

get

Get form metadata for creating a new Payer.

Entity representing a Payer

get

Get a particular Payer given its id.

put

Update a particular Payer given its id.

delete

Delete a particular Payer given its id.

Entity representing a Payer form metadata for update

get

Get form metadata for updating an existing Payer.

/payments

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

get

Get all Payments in the system or default Business.

post

Create a new Payment in the default Business.

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

post

Submit a query using a PaymentQuery object.

Entity representing a Payment form metadata.

get

Get form metadata for creating a new Payment.

Entity representing a Payment

get

Get a particular Payment given its id.

put

Update a particular Payment given its id.

delete

Delete a particular Payment given its id.

Entity representing a Payment form metadata for update

get

Get form metadata for updating an existing Payment.

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

put

Add the given Payer to this Business

delete

Remove the given Payer from the Business.

get

Get all Payments in this Business

put

Add the given Payment to this Business

delete

Remove the given Payment from the Business.