Project Costs REST Endpoints

Project Costs
The Project Costs resource is used to view and update project costs. Project costs are the smallest logical units of expenditure that you can charge to a project or task. For example, a time card item or an expense report item.
Adjust project costs
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectCosts/{projectCostsUniqID}/action/adjustProjectCosts
Get a project cost
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectCosts/{projectCostsUniqID}
Get all project costs
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectCosts
Update a project cost
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectCosts/{projectCostsUniqID}