- Subcategories:
- Policy Assignments for Organizations and Subinventories
Policy Assignments REST Endpoints
Supply Chain Planning/Policy Assignments
Policy profiles are associated with classifications, organizations, and subinventories.
- Create one policy assignment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/minMaxPolicyAssignments - Delete one policy assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/minMaxPolicyAssignments/{AssociationId} - Get all policy assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/minMaxPolicyAssignments - Get one policy assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/minMaxPolicyAssignments/{AssociationId} - Update one policy assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/minMaxPolicyAssignments/{AssociationId}