Allocation Rule Details REST Endpoints
Business Objects/Allocation Rules/Allocation Rule Details
The operations from the Business Objects/Allocation Rules/Allocation Rule Details category.
- Create an Allocation Rule Detail
- Method: postPath:
/allocationRules/{allocationRuleGid}/allocationRuleDetails - Delete an Allocation Rule Detail
- Method: deletePath:
/allocationRules/{allocationRuleGid}/allocationRuleDetails/{allocRuleDetailSeq} - Get Allocation Rule Details
- Method: getPath:
/allocationRules/{allocationRuleGid}/allocationRuleDetails - Get an Allocation Rule Detail
- Method: getPath:
/allocationRules/{allocationRuleGid}/allocationRuleDetails/{allocRuleDetailSeq} - Update Allocation Rule Details
- Method: patchPath:
/allocationRules/{allocationRuleGid}/allocationRuleDetails - Update an Allocation Rule Detail
- Method: patchPath:
/allocationRules/{allocationRuleGid}/allocationRuleDetails/{allocRuleDetailSeq}