Bank Branches REST Endpoints

Bank Branches
The bank branches resource is used to view, create, modify, or delete bank branches.
Create a bank branch
Method: post
Path: /fscmRestApi/resources/11.13.18.05/cashBankBranches
Delete a bank branch
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/cashBankBranches/{BranchPartyId}
Get a bank branch
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cashBankBranches/{BranchPartyId}
Get all bank branches
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cashBankBranches
Update a bank branch
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/cashBankBranches/{BranchPartyId}