Proposal Portfolio Relationships REST Endpoints

Product Lifecycle Management/Product Proposals/Proposal Portfolio Relationships
The Proposal Portfolio Relationships resource manages the portfolios of the product proposal.
Create one portfolio entry
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/ProposalPortfolioRelationships
Delete one portfolio
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/ProposalPortfolioRelationships/{PortfolioId}
Get all portfolios
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/ProposalPortfolioRelationships
Get one portfolio
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/ProposalPortfolioRelationships/{PortfolioId}