Adjustment REST Endpoints

Financial Transactions/Adjustment
An adjustment is a type of financial transaction that effects a service agreement's debt and financial impact on the general ledger.
Action Adjustment
Method: patch
Path: /rest/apis/customer/financials/adjustments/{adjustmentId}/lifecycle
Adjustment Summary
Method: get
Path: /rest/apis/customer/financials/adjustments/{adjustmentId}/summary
Create Adjustment
Method: post
Path: /rest/apis/customer/financials/adjustments/
Delete Adjustment
Method: delete
Path: /rest/apis/customer/financials/adjustments/{adjustmentId}
Get Adjustment
Method: get
Path: /rest/apis/customer/financials/adjustments/{adjustmentId}