Branch Parameters Service API REST Endpoints
Maintenance Services/Branch Parameters Service API
This service is used to perform Branch Parameter related operations like retrieve the branch details,update branch details, Get all valid branch bic codes etc.
- Adds a New Branch
- Method: postPath:
/service/branch - Flips the Date of a Branch
- Method: getPath:
/service/lmm/branch/flipDate/{branchCode} - Get all Valid BIC Codes
- Method: getPath:
/service/lmm/branch/biccode - Get all Valid Branch
- Method: getPath:
/service/lmm/branch - Gets the List of External Branches
- Method: getPath:
/service/lmm/branch/external - Gets the List of Internal Branches
- Method: getPath:
/service/lmm/branch/internal - Retrieves the Branch by ID
- Method: getPath:
/service/lmm/branch/{id} - Retrieves the External System Details by Branch Code
- Method: getPath:
/service/lmm/branch/externalSystemDetails/{branchCode} - Retrives the Branch Audit Information by Given ID
- Method: getPath:
/service/lmm/branch/{id}/history - Retrives the Unauthorized Branch by Given ID
- Method: getPath:
/service/lmm/branch/{id}/unauthorized - Update an Existing Branch
- Method: putPath:
/service/branch/{branchCode}