- Subcategories:
- Change Order Relationship Rules
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: postPath:
/fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestRelationships
- Delete one row from relationship tab of change request
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestRelationships/{changeRequestRelationshipsUniqID}
- Get multiple rows from relationship tab of change request
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestRelationships
- Get one row from relationship tab of change request
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestRelationships/{changeRequestRelationshipsUniqID}
- Update one row on relationship tab of change request
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productChangeRequests/{productChangeRequestsUniqID}/child/changeRequestRelationships/{changeRequestRelationshipsUniqID}