Problem Report Relationships REST Endpoints

Product Lifecycle Management/Quality Problem Reports/Problem Report Relationships
The Problem Report Relationships resource manages the objects related to the Quality Problem Reports.
Create multiple rows on the relationship tab of the problem report
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportRelationships
Delete one row from the relationship tab of the problem report
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportRelationships/{problemReportRelationshipsUniqID}
Get multiple rows from the relationship tab of the problem report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportRelationships
Get one row from the relationship tab of the problem report.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportRelationships/{problemReportRelationshipsUniqID}
Update one row on the relationship tab of the problem report
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/qualityProblemReports/{qualityProblemReportsUniqID}/child/problemReportRelationships/{problemReportRelationshipsUniqID}