Award Department Credits REST Endpoints
Awards/Award Department Credits
The Award Department Credits resource is used to view the organization credit attributes for the award.
- Create an award department credit
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardDepartmentCredit - Delete an award department credit
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardDepartmentCredit/{AwardOrganizationCreditId} - Get all award department credits
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardDepartmentCredit - Get an award department credit
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardDepartmentCredit/{AwardOrganizationCreditId} - Update an award department credit
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardDepartmentCredit/{AwardOrganizationCreditId}