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 internal or external branches
- Method: getPath:
/service/lmm/branch/external
- Gets the list of internal or external branches
- Method: getPath:
/service/lmm/branch/internal
- Retrieves branch audit information by given ID
- Method: getPath:
/service/lmm/branch/{id}/history
- 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}
- Retrieves the unauthorized Branch by given ID
- Method: getPath:
/service/lmm/branch/{id}/unauthorized
- Update an existing branch
- Method: putPath:
/service/branch/{branchCode}