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: postPath:
/hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts
- Create a cost allocation account.
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}/child/CostAllocationAccounts
- Delete a cost allocation account.
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}
- Delete a cost allocation account.
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}
- Get a cost allocation account.
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}
- Get a cost allocation account.
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}
- Get all cost allocation accounts.
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts
- Get all cost allocation accounts.
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}/child/CostAllocationAccounts
- Update a cost allocation account.
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}
- Update a cost allocation account.
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}/child/CostAllocationAccounts/{CostAllocAccountId}