Aggregate Plan Profiles REST Endpoints
Supply Chain Planning/Plan Definitions/Aggregate Plan Profiles
Specifications such as the maximum number of records displayed in the table or the maximum number of root nodes in pegging mode. By limiting the number of records or pegging modes, the user can analyze the plan output easily and efficiently.
- Create aggregate plan profiles
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/MscAggrPlanProfileInPlan
- Delete one aggregate plan profile
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/MscAggrPlanProfileInPlan/{MscAggrPlanProfileInPlanUniqID}
- Get all aggregate plan profiles
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/MscAggrPlanProfileInPlan
- Get one aggregate plan profile
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/MscAggrPlanProfileInPlan/{MscAggrPlanProfileInPlanUniqID}
- Update one aggregate plan profile
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/MscAggrPlanProfileInPlan/{MscAggrPlanProfileInPlanUniqID}