Costs REST Endpoints

Product Lifecycle Management/Product Proposals/Costs
The Costs resource manages various types of costs of the product proposal.
Create one cost entry
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Cost
Delete one cost entry
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Cost/{CostId}
Get all cost entries
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Cost
Get one cost entry
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Cost/{CostId}
Update one cost entry
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productProposals/{ProductProposalId}/child/Cost/{CostId}