- Subcategories:
- Plan Output Measure Levels
Plan Output Measures REST Endpoints
Supply Chain Planning/Plan Definitions/Plan Output Measures
The plan output measures attached to the measure catalog specified in the plan options such as Projected Available Balance and Revenue. These measures are generated by the supply planning process as part of the plan output, and they're used for analyzing the plan output.
- Create plan output measures
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure
- Delete one plan output measure
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}
- Get all plan output measures
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure
- Get one plan output measure
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}
- Update one plan output measure
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanOutputMeasure/{TransactionId}