Project Forecast Attachments REST Endpoints

Project Forecasts/Project Forecast Attachments
The attachments resource is used to view, create, update and delete attachments for project forecasts.
Create an attachment for a project forecast
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/Attachments
Delete an attachment for a project forecast
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/Attachments/{AttachmentsUniqID}
Get all attachments for a project forecast
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/Attachments
Get an attachment for a project forecast
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/Attachments/{AttachmentsUniqID}
Update an attachment for a project forecast
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/Attachments/{AttachmentsUniqID}