Adjustments REST Endpoints

Adjustments
The REST web service for account, bill, item, and event-level adjustments and their related operations.
Adjust a Bill's Currency Balance
Method: post
Path: /bcws/webresources/v1.0/adjustments/bill/{id}
Adjust a Noncurrency Balance
Method: post
Path: /bcws/webresources/v1.0/adjustments/noncurrency
Adjust an A/R Item's Currency Balance
Method: post
Path: /bcws/webresources/v1.0/adjustments/item/{id}
Create an Account-Level Adjustment
Method: post
Path: /bcws/webresources/v1.0/adjustments/account/{id}
Create an Event Adjustment
Method: post
Path: /bcws/webresources/v1.0/adjustments/event
Get Adjustments for a Bill Unit
Method: get
Path: /bcws/webresources/v1.0/adjustments/billunit/{id}
Get All Adjustments for an Account
Method: get
Path: /bcws/webresources/v1.0/adjustments/account/{id}
Get Details about an Adjustment
Method: get
Path: /bcws/webresources/v1.0/adjustments/{id}