Award Certifications REST Endpoints

Awards/Award Certifications
The Award Certifications resource is used to view the certification attributes of the award.
Create an award certification
Method: post
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardCertification
Delete an award certification
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardCertification/{AwardCertificationId}
Get all award certifications
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardCertification
Get an award certification
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardCertification/{AwardCertificationId}
Update an award certification
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardCertification/{AwardCertificationId}