Deposit Account Options REST Endpoints
Billing and Payment/Deposit Account Options
The deposit account option resource is used to set up options for deposit accounts at the agency level.
- Create a set of deposit account options data
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDepositAccountOptions - Delete a deposit account options data
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorDepositAccountOptions/{AgencyId} - Get a deposit account options data
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDepositAccountOptions/{AgencyId} - Get all deposit account options data
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDepositAccountOptions - Update a deposit account options data
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDepositAccountOptions/{AgencyId}