Cost Allocation Accounts REST Endpoints

Costings/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/costings/{ObjectKey}/child/genericCosting/{costings_genericCosting_Id}/child/CostAllocationAccounts
Delete a cost allocation account.
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting/{costings_genericCosting_Id}/child/CostAllocationAccounts/{costings_genericCosting_CostAllocationAccounts_Id}
Get a cost allocation account.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting/{costings_genericCosting_Id}/child/CostAllocationAccounts/{costings_genericCosting_CostAllocationAccounts_Id}
Get all cost allocation accounts.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting/{costings_genericCosting_Id}/child/CostAllocationAccounts
Update a cost allocation account.
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting/{costings_genericCosting_Id}/child/CostAllocationAccounts/{costings_genericCosting_CostAllocationAccounts_Id}