Cost Allocation Accounts REST Endpoints

Position 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/positionCostingInEmploymentProcesses/{positionCostingInEmploymentProcessesUniqID}/child/costAllocationAccounts
Delete a cost allocation account.
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/positionCostingInEmploymentProcesses/{positionCostingInEmploymentProcessesUniqID}/child/costAllocationAccounts/{CostAllocAccountId}
Get a cost allocation account.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/positionCostingInEmploymentProcesses/{positionCostingInEmploymentProcessesUniqID}/child/costAllocationAccounts/{CostAllocAccountId}
Get all cost allocation accounts.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/positionCostingInEmploymentProcesses/{positionCostingInEmploymentProcessesUniqID}/child/costAllocationAccounts
Update a cost allocation account.
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/positionCostingInEmploymentProcesses/{positionCostingInEmploymentProcessesUniqID}/child/costAllocationAccounts/{CostAllocAccountId}