Award Personnel REST Endpoints

Awards/Award Personnel
The Award Personnel resource is used to view the award personnel attributes such as person name, role.
Create an award personnel
Method: post
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardPersonnel
Delete an award personnel
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardPersonnel/{AwardPersonnelId}
Get all award personnels
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardPersonnel
Get an award personnel
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardPersonnel/{AwardPersonnelId}
Update an award personnel
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardPersonnel/{AwardPersonnelId}