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: postPath:
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}/child/Relationships
- Delete a relationship
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}/child/Relationships/{RelationshipsUniqID}
- Get all relationships
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}/child/Relationships
- Get one relationship
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}/child/Relationships/{RelationshipsUniqID}
- Update a relationship
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productConcepts/{ConceptId}/child/ConceptStructure/{ConceptStructureId}/child/Relationships/{RelationshipsUniqID}