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: postPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectOpportunities
- Get a project opportunity
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectOpportunities/{OpportunityId}
- Get all opportunities for a project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectOpportunities
- Update a project opportunity
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectOpportunities/{OpportunityId}