Costings REST Endpoints

Costings
The costings resource is the container resource for the costing rest resources such as genericCosting
Create a cost allocation.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/costings
Delete a cost allocation.
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}
Get a cost allocation.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}
Get all cost allocations.
Method: get
Path: /hcmRestApi/resources/11.13.18.05/costings
Update a cost allocation.
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/costings/{ObjectKey}