Cost Allocation Accounts REST Endpoints
Cost Allocations for Payroll Assignment/Cost Allocation Accounts
The CostAllocationAccounts resource provides details of individual costing segments of the respective costing levels of the given cost allocations.
- Create a cost allocation account
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts - Delete a cost allocation account
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId} - Get a cost allocation account
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId} - Get all cost allocation accounts
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts - Update a cost allocation account
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}