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: post
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/FcstConstPlanningAttr
Delete one forecast constrained planning attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/FcstConstPlanningAttr/{FcstConstPlanningAttrUniqID}
Get all forecast constrained planning attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/FcstConstPlanningAttr
Get one forecast constrained planning attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/FcstConstPlanningAttr/{FcstConstPlanningAttrUniqID}
Update one forecast constrained planning attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/FcstConstPlanningAttr/{FcstConstPlanningAttrUniqID}