Project Opportunities REST Endpoints

Projects/Project Opportunities
An object that includes attributes that are used to store values while creating or updating the opportunity details for a project. An opportunity is defined as a potential revenue-generating event.
Create a project opportunity
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectOpportunities
Get a project opportunity
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectOpportunities/{OpportunityId}
Get all opportunities for a project
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectOpportunities
Update a project opportunity
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectOpportunities/{OpportunityId}