Channel Customer Manual Adjustments REST Endpoints

Order Management/Channel Customer Manual Adjustments
An adjustment represents a correction to the program accrual. Users can perform an increase adjustment or decrease adjustment to make the necessary correction.
Create one customer manual adjustment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments
Delete one customer manual adjustment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}
Get all customer manual adjustments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments
Get one customer manual adjustment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}
Submit one manual adjustment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}/action/submit
Update one customer manual adjustment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}