- Subcategories:
- Large Object (LOB) Attributes - File Contents
- Large Object (LOB) Attributes - File Web Image
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: postPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/Attachments - Delete an attachment for a project forecast
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/Attachments/{AttachmentsUniqID} - Get all attachments for a project forecast
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/Attachments - Get an attachment for a project forecast
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/Attachments/{AttachmentsUniqID} - Update an attachment for a project forecast
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/Attachments/{AttachmentsUniqID}