Relationships REST Endpoints
Product Lifecycle Management/Product Proposals/Relationships
The Relationships resource manages the objects related to a proposal. The objects reference a concept, an item, or other objects.
- Create one relationship
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Relationships
- Delete one relationship
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Relationships/{RelationshipsUniqID}
- Get all relationships
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Relationships
- Get one relationship
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Relationships/{RelationshipsUniqID}
- Update one relationship
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Relationships/{RelationshipsUniqID}