Cost Allocation Accounts REST Endpoints

Cost Allocations/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: post
Path: /hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts
Create a cost allocation account.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}/child/CostAllocationAccounts
Delete a cost allocation account.
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}
Delete a cost allocation account.
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}
Get a cost allocation account.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}
Get a cost allocation account.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}
Get all cost allocation accounts.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts
Get all cost allocation accounts.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}/child/CostAllocationAccounts
Update a cost allocation account.
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}
Update a cost allocation account.
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}