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: postPath:
/fscmRestApi/resources/11.13.18.05/cashBankBranches - Delete a bank branch
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/cashBankBranches/{BranchPartyId} - Get a bank branch
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/cashBankBranches/{BranchPartyId} - Get all bank branches
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/cashBankBranches - Update a bank branch
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/cashBankBranches/{BranchPartyId}