Planning Resources REST Endpoints

Project Budgets/Planning Resources
The Planning Resources resource is used to view, create, update, and delete a project budget line.
Create a planning resource for a project budget version
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectBudgets/{PlanVersionId}/child/PlanningResources
Delete a planning resource for a project budget version
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectBudgets/{PlanVersionId}/child/PlanningResources/{PlanningElementId}
Get a planning resource for a project budget version
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectBudgets/{PlanVersionId}/child/PlanningResources/{PlanningElementId}
Get all planning resources for a project budget version
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectBudgets/{PlanVersionId}/child/PlanningResources
Update a planning resource for a project budget version
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectBudgets/{PlanVersionId}/child/PlanningResources/{PlanningElementId}