Channel Adjustment Reasons REST Endpoints

Order Management/Channel Adjustment Types/Channel Adjustment Reasons
The Channel Adjustment Reasons resource manages various types of adjustment reasons related to adjustment types.
Create adjustment reasons
Method: post
Path: /fscmRestApi/resources/11.13.18.05/channelAdjustmentTypes/{AdjustmentTypeId}/child/adjustmentReasons
Get all adjustment reasons
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelAdjustmentTypes/{AdjustmentTypeId}/child/adjustmentReasons
Get one adjustment reason
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelAdjustmentTypes/{AdjustmentTypeId}/child/adjustmentReasons/{AdjustmentReasonId}
Update an adjustment reason
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/channelAdjustmentTypes/{AdjustmentTypeId}/child/adjustmentReasons/{AdjustmentReasonId}