Planning Levels Attributes REST Endpoints
Supply Chain Planning/Planning Levels/Planning Levels Attributes
Level attributes for the planning.
- Create one planning level attribute
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planningLevels/{LevelId}/child/LevelAttributes - Delete one planning level attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planningLevels/{LevelId}/child/LevelAttributes/{AttributeId} - Get all planning level attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningLevels/{LevelId}/child/LevelAttributes - Get one planning level attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningLevels/{LevelId}/child/LevelAttributes/{AttributeId} - Update one planning level attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planningLevels/{LevelId}/child/LevelAttributes/{AttributeId}