Award Funding Sources REST Endpoints

Awards/Award Funding Sources
The Award Funding Sources resource is used to view the attributes used to create or update a funding source for the award.
Create an award funding source
Method: post
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardFundingSource
Delete an award funding source
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardFundingSource/{AwardFundingSourceUniqID}
Get all award funding sources
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardFundingSource
Get an award funding source
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardFundingSource/{AwardFundingSourceUniqID}
Update an award funding source
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/AwardFundingSource/{AwardFundingSourceUniqID}