Plan Schedule Measure Levels REST Endpoints
Supply Chain Planning/Plan Definitions/Plan Schedules/Plan Schedule Measure Levels
The plan schedule measure levels specified for a demand schedule in the plan options. In supply planning, dimensions such as time can have multiple measure levels. Users can specify measure levels for these dimensions: Time, Demand Class, Customer, Organization, and Product. For example the level for Time could be Day, the level for Customer could be Customer Site, and the level for Product could be Item. On the other hand, the level for organization is fixed as Organization and the level for demand class is only Demand Class.
- Create plan schedule measure levels
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/PlanScheduleMeasureLevel
- Delete one plan schedule measure level
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/PlanScheduleMeasureLevel/{PlanScheduleMeasureLevelUniqID}
- Get all plan schedule measure levels
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/PlanScheduleMeasureLevel
- Get one plan schedule measure level
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/PlanScheduleMeasureLevel/{PlanScheduleMeasureLevelUniqID}
- Update one plan schedule measure level
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanSchedule/{TransactionId}/child/PlanScheduleMeasureLevel/{PlanScheduleMeasureLevelUniqID}