Forecast Constrained Planning Attributes REST Endpoints
Supply Chain Planning/Plan Definitions/Plan Schedules/Forecast Constrained Planning Attributes
The attributes for a demand schedule attached to a plan. User can enable or disable these attributes for forecast consumption by the demand schedules attached to the plan. These attributes, such as Backward Days and Forward Days, determine the range of days from the forecast demand date that the forecast can be consumed in that range by sales orders.
- Create forecast constrained planning attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/FcstConstPlanningAttr
- Delete one forecast constrained planning attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/FcstConstPlanningAttr/{FcstConstPlanningAttrUniqID}
- Get all forecast constrained planning attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/FcstConstPlanningAttr
- Get one forecast constrained planning attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/FcstConstPlanningAttr/{FcstConstPlanningAttrUniqID}
- Update one forecast constrained planning attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/FcstConstPlanningAttr/{FcstConstPlanningAttrUniqID}