- Subcategories:
- Scheduling Diagnostic Attribute Details
Scheduling Diagnostic Attributes REST Endpoints
Supply Chain Planning/Backlog Planning Options/Scheduling Diagnostic Attributes
The configurations used to enable the scheduling diagnostics and also set the attribute to calculate scheduling diagnostics for the order lines corresponding to the preconfigured attribute values.
- Create scheduling diagnostic attribute
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/backlogPlanningOptions/{ConfigurationId}/child/scpSchedulingDiagnosticsAttributes - Delete a scheduling diagnostic attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/backlogPlanningOptions/{ConfigurationId}/child/scpSchedulingDiagnosticsAttributes/{AttributeId} - Get all scheduling diagnostic attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/backlogPlanningOptions/{ConfigurationId}/child/scpSchedulingDiagnosticsAttributes - Get one scheduling diagnostic attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/backlogPlanningOptions/{ConfigurationId}/child/scpSchedulingDiagnosticsAttributes/{AttributeId} - Update one scheduling diagnostic attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/backlogPlanningOptions/{ConfigurationId}/child/scpSchedulingDiagnosticsAttributes/{AttributeId}