Demand Priority Attributes REST Endpoints

Supply Chain Planning/Demand Priority Rules/Demand Priority Attributes
Attributes used in a demand priority rule to prioritize demand, for example, Requested Item, Order Revenue, and Requested Date.
Create a demand priority attribute in a demand priority rule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/scpDemandPriorityRules/{RuleId}/child/scpDemandPriorityAttributes
Delete a demand priority attribute from a demand priority rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/scpDemandPriorityRules/{RuleId}/child/scpDemandPriorityAttributes/{AttributeId}
Get all demand priority attributes from a demand priority rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/scpDemandPriorityRules/{RuleId}/child/scpDemandPriorityAttributes
Get one demand priority attribute from a demand priority rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/scpDemandPriorityRules/{RuleId}/child/scpDemandPriorityAttributes/{AttributeId}
Update a demand priority attribute in a demand priority rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/scpDemandPriorityRules/{RuleId}/child/scpDemandPriorityAttributes/{AttributeId}