- Subcategories:
- Descriptive Flexfields
- Translatable Attributes
Spoke System Item Relationships REST Endpoints
Product Lifecycle Management/Spoke System Item Relationships
The Spoke System Item Relationships resource manages the relationship between an internal item and spoke system item.
- Create relationships
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/spokeSystemItemRelationships - Delete a relationship
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/spokeSystemItemRelationships/{ItemRelationshipId} - Get all relationships
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/spokeSystemItemRelationships - Get one relationship
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/spokeSystemItemRelationships/{ItemRelationshipId} - Update a relationship
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/spokeSystemItemRelationships/{ItemRelationshipId}