Relationships REST Endpoints

Product Lifecycle Management/Product Change Orders (Deprecated)/Relationships
The Relationships resource manages the objects related to the change order.
Create one relationship
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productChangeOrders/{ChangeId}/child/relationships
Delete a relationship
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productChangeOrders/{ChangeId}/child/relationships/{relationshipsUniqID}
Get all relationships
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productChangeOrders/{ChangeId}/child/relationships
Get one relationship
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productChangeOrders/{ChangeId}/child/relationships/{relationshipsUniqID}
Update a relationship
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productChangeOrders/{ChangeId}/child/relationships/{relationshipsUniqID}