Position Cost Allocations REST Endpoints

Position Cost Allocations
The positionCostingInEmploymentProcesses 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/positionCostingInEmploymentProcesses
Delete a cost allocation.
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/positionCostingInEmploymentProcesses/{positionCostingInEmploymentProcessesUniqID}
Find past costing records
Method: post
Path: /hcmRestApi/resources/11.13.18.05/positionCostingInEmploymentProcesses/action/pastRecordExists
Finds future costing records
Method: post
Path: /hcmRestApi/resources/11.13.18.05/positionCostingInEmploymentProcesses/action/futureRecordExists
Get a cost allocation.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/positionCostingInEmploymentProcesses/{positionCostingInEmploymentProcessesUniqID}
Get all cost allocations.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/positionCostingInEmploymentProcesses
Update a cost allocation.
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/positionCostingInEmploymentProcesses/{positionCostingInEmploymentProcessesUniqID}