Policy Profiles REST Endpoints
Supply Chain Planning/Policy Profiles
Policy parameters for min-max and PAR policy calculations.
- Create one policy profile
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/minMaxPolicyProfiles - Delete one policy profile
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/minMaxPolicyProfiles/{PolicyId} - Get all policy profiles
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/minMaxPolicyProfiles - Get one policy profile
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/minMaxPolicyProfiles/{PolicyId} - Update one policy profile
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/minMaxPolicyProfiles/{PolicyId}