Plan Output Measure Levels REST Endpoints
Supply Chain Planning/Plan Definitions/Plan Output Measures/Plan Output Measure Levels
The plan output measure levels reported by the plan such as Projected Available Balance and Revenue. The plan output measure levels provide values of a measure at a granular or summarized level . For example, the measure level for the Time dimension in a Gregorian calendar could be: Day, Month, Quarter, and Year.
- Create plan output measure levels
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}/child/PlanOutputMeasureLevel
- Delete one plan output measure level
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}/child/PlanOutputMeasureLevel/{PlanOutputMeasureLevelUniqID}
- Get all plan output measure levels
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}/child/PlanOutputMeasureLevel
- Get one plan output measure level
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}/child/PlanOutputMeasureLevel/{PlanOutputMeasureLevelUniqID}
- Update one plan output measure level
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}/child/PlanOutputMeasureLevel/{PlanOutputMeasureLevelUniqID}