Adjustment REST Endpoints
Financial Transactions/Adjustment
Adjustments are a type of financial transaction that affects a service agreement's debt and financial impact on the general ledger.
- Adjustment Summary
- Method: getPath:
/rest/apis/customer/financials/adjustments/{adjustmentId}/summary - Create Adjustment
- Method: postPath:
/rest/apis/customer/financials/adjustments/ - Delete Adjustment
- Method: deletePath:
/rest/apis/customer/financials/adjustments/{adjustmentId} - Get Adjustment
- Method: getPath:
/rest/apis/customer/financials/adjustments/{adjustmentId} - Update Adjustment Lifecycle Action
- Method: patchPath:
/rest/apis/customer/financials/adjustments/{adjustmentId}/lifecycle