- Subcategories:
- Cost Allocation Accounts
Cost Allocations REST Endpoints
Costings/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: postPath:
/hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting - Delete a cost allocation.
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting/{costings_genericCosting_Id} - Find past costing records
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting/action/pastRecordExists - Finds future costing records
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting/action/futureRecordExists - Get a cost allocation.
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting/{costings_genericCosting_Id} - Get all cost allocations.
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting - Update a cost allocation.
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}/child/genericCosting/{costings_genericCosting_Id}