- Subcategories:
- Award Project Attachments
- Award Project Certifications
- Award Project Descriptive Flexfields
- Award Project Funding Sources
- Award Project Keywords
- Award Project Organization Credits
- Award Project Override Burden Schedules
- Award Project Personnel
- Award Project Reference Types
- Award Project Task Burden Schedules
Award Projects REST Endpoints
Awards/Award Projects
The Award Projects resource is used to view the attributes of an award project, such as project name and project number.
- Create an award project
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardProject
- Delete an award project
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardProject/{AwardProjectId}
- Get all award projects
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardProject
- Get an award project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardProject/{AwardProjectId}
- Update an award project
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardProject/{AwardProjectId}