Funds REST Endpoints

Funds
The fund resource is used to view, create, delete or modify a fund. Fund identifies the source or target of funding for an accounting transaction.
Create a fund
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFunds
Delete a fund
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFunds/{publicSectorFundsUniqID}
Get a fund
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFunds/{publicSectorFundsUniqID}
Get all funds
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFunds
Update a fund
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFunds/{publicSectorFundsUniqID}