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: postPath:
/fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments - Delete one customer manual adjustment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId} - Get all customer manual adjustments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments - Get one customer manual adjustment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId} - Submit one manual adjustment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}/action/submit - Update one customer manual adjustment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/channelCustomerManualAdjustments/{ManualAdjustmentId}