Change Request Relationships REST Endpoints

Product Lifecycle Management/Product Change Requests/Change Request Relationships
The Relationships resource manages the objects related to the Product Change Request.
Create multiple rows on the relationship tab of the change request.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestRelationships
Delete one row from relationship tab of change request
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestRelationships/{changeRequestRelationshipsUniqID}
Get multiple rows from relationship tab of change request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestRelationships
Get one row from relationship tab of change request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestRelationships/{changeRequestRelationshipsUniqID}
Update one row on relationship tab of change request
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestRelationships/{changeRequestRelationshipsUniqID}