Cash Pools REST Endpoints

Cash Pools
The cash pools resource is used to create, update, view, and delete the notional and physical cash pools with two or more bank accounts.
Create a cash pool
Method: post
Path: /fscmRestApi/resources/11.13.18.05/cashPools
Delete a cash pool
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/cashPools/{CashPoolId}
Get a cash pool
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cashPools/{CashPoolId}
Get all cash pools
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cashPools
Update a cash pool
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/cashPools/{CashPoolId}