Deposit Account Funds REST Endpoints

Billing and Payment/Deposit Accounts/Deposit Account Funds
The deposit account funds resource is used to assign fund information to a deposit account.
Create a set of deposit account fund data
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDepositAccounts/{DepositAccountKey}/child/DepositAccountFund
Delete a deposit account fund data
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDepositAccounts/{DepositAccountKey}/child/DepositAccountFund/{DepositFundKey}
Get a deposit account fund data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDepositAccounts/{DepositAccountKey}/child/DepositAccountFund/{DepositFundKey}
Get all deposit account fund data
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDepositAccounts/{DepositAccountKey}/child/DepositAccountFund
Update a deposit account fund data
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorDepositAccounts/{DepositAccountKey}/child/DepositAccountFund/{DepositFundKey}