Awards REST Endpoints

Awards
The Awards resource is used to create, update, view, and delete awards. After creating an award in Draft status using the POST method, submit it for approval or activate it using the PATCH method. Also, update and retrieve award child resources such as award funding, award project, and a list of personnel such as principal investigator. Additionally, use the validate service to ensure that the award is correctly created. At least one project should be associated and all the associated projects must be active for the validation to succeed.
Create an award
Method: post
Path: /fscmRestApi/resources/11.13.18.05/awards
Get all awards
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards
Get an award
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}
Update an award
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}
Update dates and budget periods for an award.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/awards/action/updateAwardDates