Award Project Reference Types REST Endpoints
Awards/Award Projects/Award Project Reference Types
The Award Project Reference Types resource is used to view attributes associated with the award project reference type.
- Create an award project reference
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardProject/{AwardProjectId}/child/AwardProjectReference - Delete an award project reference
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardProject/{AwardProjectId}/child/AwardProjectReference/{AwardProjectReferenceId} - Get all award project references
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardProject/{AwardProjectId}/child/AwardProjectReference - Get an award project reference
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardProject/{AwardProjectId}/child/AwardProjectReference/{AwardProjectReferenceId} - Update an award project reference
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardProject/{AwardProjectId}/child/AwardProjectReference/{AwardProjectReferenceId}