Product Proposals REST Endpoints

Product Lifecycle Management/Product Proposals
The Product Proposals resource manages the product proposals. A product proposal represents a business plan for a proposed new concept, a new product, a sustaining product, or a product to be phased out. The product proposal contains financial information such as cost and revenue of the product. It also contains milestone and resource data that represents the execution details.
Create one proposal
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productProposals
Delete one proposal
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}
Get all proposals
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productProposals
Get one proposal
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}
Update one proposal
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}