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: postPath:
/bcws/webresources/v1.0/adjustments/bill/{id} - Adjust a Noncurrency Balance
- Method: postPath:
/bcws/webresources/v1.0/adjustments/noncurrency - Adjust an A/R Item's Currency Balance
- Method: postPath:
/bcws/webresources/v1.0/adjustments/item/{id} - Create an Account-Level Adjustment
- Method: postPath:
/bcws/webresources/v1.0/adjustments/account/{id} - Create an Event Adjustment
- Method: postPath:
/bcws/webresources/v1.0/adjustments/event - Get Adjustments for a Bill Unit
- Method: getPath:
/bcws/webresources/v1.0/adjustments/billunit/{id} - Get All Adjustments for an Account
- Method: getPath:
/bcws/webresources/v1.0/adjustments/account/{id} - Get Details about an Adjustment
- Method: getPath:
/bcws/webresources/v1.0/adjustments/{id}