Relationships REST Endpoints

Product Lifecycle Management/Product Concepts/Concept Structure Line Items/Relationships
The Relationships resource manages the objects related to a concept. The objects reference a concept, an item, or other objects.
Create a relationship
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}/child/Relationships
Delete a relationship
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}/child/Relationships/{RelationshipsUniqID}
Get all relationships
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}/child/Relationships
Get one relationship
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}/child/Relationships/{RelationshipsUniqID}
Update a relationship
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}/child/Relationships/{RelationshipsUniqID}