Corrective Action Relationships REST Endpoints

Product Lifecycle Management/Quality Corrective and Preventive Actions/Corrective Action Relationships
The Relationships resource manages the objects related to the Quality Corrective and Preventive Actions.
Create multiple rows on the relationship tab of a corrective action
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionRelationships
Delete one row from the relationship tab of a corrective action
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionRelationships/{correctiveActionRelationshipsUniqID}
Get multiple rows from the relationship tab of a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionRelationships
Get one row from the relationship tab of a corrective action
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionRelationships/{correctiveActionRelationshipsUniqID}
Update one row on the relationship tab of a corrective action
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/qualityCorrectiveAndPreventiveActions/{qualityCorrectiveAndPreventiveActionsUniqID}/child/correctiveActionRelationships/{correctiveActionRelationshipsUniqID}