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: post
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardTerms
Delete an award term
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardTerms/{AwardTermsId}
Get all award terms
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardTerms
Get an award term
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardTerms/{AwardTermsId}
Update an award term
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardTerms/{AwardTermsId}