Award Budget Periods REST Endpoints

Awards/Award Budget Periods
The Award Budget Periods resource is used to view award budget period attributes such as budget period name, start date and end date.
Create an award budget period
Method: post
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardBudgetPeriod
Delete an award budget period
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardBudgetPeriod/{AwardBudgetPeriodId}
Get all award budget periods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardBudgetPeriod
Get an award budget period
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardBudgetPeriod/{AwardBudgetPeriodId}
Update an award budget period
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardBudgetPeriod/{AwardBudgetPeriodId}