Accounts REST Endpoints

Accounts
The REST web service for all account-related operations.
Add a Bundle to an Account
Method: post
Path: /bcws/webresources/v1.0/accounts/{id}/bundle
Add Accounts to a Hierarchy
Method: post
Path: /bcws/webresources/v1.0/accounts/hierarchy/add/{id}
Add Services to an Account
Method: post
Path: /bcws/webresources/v1.0/accounts/{id}/package
Create an Account
Method: post
Path: /bcws/webresources/v1.0/accounts
Get Account Details
Method: get
Path: /bcws/webresources/v1.0/accounts/{id}
Get Limits for an Account or Balance Group
Method: get
Path: /bcws/webresources/v1.0/accounts/{id}/limits
Get Tax Details for an Account
Method: get
Path: /bcws/webresources/v1.0/accounts/taxinfo/{id}
Get the Organization Hierarchy for an Account
Method: get
Path: /bcws/webresources/v1.0/accounts/hierarchy/{id}
Move an Account Hierarchy
Method: post
Path: /bcws/webresources/v1.0/accounts/hierarchy/move/{id}
Remove an Account from a Hierarchy
Method: delete
Path: /bcws/webresources/v1.0/accounts/hierarchy/remove/{id}
Update an Account
Method: put
Path: /bcws/webresources/v1.0/accounts/general
Update an Account's Tax Settings
Method: put
Path: /bcws/webresources/v1.0/accounts/taxinfo/{id}
Validate an Account
Method: post
Path: /bcws/webresources/v1.0/accounts/validate