Award Terms REST Endpoints
Awards/Award Terms
The Award Terms and Conditions resource is used to view the attributes of the terms and conditions associated to the award.
- Create an award term
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardTerms - Delete an award term
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardTerms/{AwardTermsId} - Get all award terms
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardTerms - Get an award term
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardTerms/{AwardTermsId} - Update an award term
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardTerms/{AwardTermsId}