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: post
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/MscAggrPlanProfileInPlan
Delete one aggregate plan profile
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/MscAggrPlanProfileInPlan/{MscAggrPlanProfileInPlanUniqID}
Get all aggregate plan profiles
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/MscAggrPlanProfileInPlan
Get one aggregate plan profile
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/MscAggrPlanProfileInPlan/{MscAggrPlanProfileInPlanUniqID}
Update one aggregate plan profile
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/MscAggrPlanProfileInPlan/{MscAggrPlanProfileInPlanUniqID}