Funds REST Endpoints
Common Setup/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFunds
- Delete a fund
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorFunds/{publicSectorFundsUniqID}
- Get a fund
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFunds/{publicSectorFundsUniqID}
- Get all funds
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFunds
- Update a fund
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorFunds/{publicSectorFundsUniqID}