Cash Pool Members REST Endpoints

Cash Pools/Cash Pool Members
The cash pool members resource is used to create, view, and delete the members of the cash pool. The members can be individual bank accounts or another cash pool.
Create a cash pool member
Method: post
Path: /fscmRestApi/resources/11.13.18.05/cashPools/{CashPoolId}/child/cashPoolMembers
Delete a cash pool member
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/cashPools/{CashPoolId}/child/cashPoolMembers/{CashPoolMemberId}
Get a cash pool member
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cashPools/{CashPoolId}/child/cashPoolMembers/{CashPoolMemberId}
Get all cash pool members
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cashPools/{CashPoolId}/child/cashPoolMembers
Update a cash pool member
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/cashPools/{CashPoolId}/child/cashPoolMembers/{CashPoolMemberId}