Cost Allocations REST Endpoints

Cost Allocations
The costAllocations resource provides details, such as effective start date, effective date, costing level identifier, legislative data group of costing levels.
Create a cost allocation.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/assignmentCosting
Create a cost allocation.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting
Delete a cost allocation.
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}
Delete a cost allocation.
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}
Get a cost allocation.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}
Get a cost allocation.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}
Get all cost allocations.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/assignmentCosting
Get all cost allocations.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting
Update a cost allocation.
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/assignmentCosting/{assignmentCostingUniqID}
Update a cost allocation.
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/payrollRelationshipCosting/{payrollRelationshipCostingUniqID}