Problem Report Attachments REST Endpoints

Product Lifecycle Management/Quality Problem Reports/Problem Report Attachments
The Problem Report Attachments resource manages the problem-report attachment objects.
Add multiple attachments to a problem report
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportAttachments
Get all attachments of a problem report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportAttachments
Get one attachment of a problem report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportAttachments/{problemReportAttachmentsUniqID}
Remove an attachment of a problem report
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportAttachments/{problemReportAttachmentsUniqID}
Update an attachment of a problem report
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportAttachments/{problemReportAttachmentsUniqID}