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:
/api/1.0/service/branch
- Flips the date of a branch
- Method: getPath:
/api/1.0/service/lmm/branch/flipDate/{branchCode}
- Get all valid BIC Codes.
- Method: getPath:
/api/1.0/service/lmm/branch/biccode
- Get all valid branch.
- Method: getPath:
/api/1.0/service/lmm/branch
- gets the list of internal or external branches based on banktype
- Method: getPath:
/api/1.0/service/lmm/branch/external
- gets the list of internal or external branches based on banktype
- Method: getPath:
/api/1.0/service/lmm/branch/internal
- Retrieves branch audit information by given ID.
- Method: getPath:
/api/1.0/service/lmm/branch/{id}/history
- Retrieves the branch by ID.
- Method: getPath:
/api/1.0/service/lmm/branch/{id}
- Retrieves the externalSystem Details by branchCode.
- Method: getPath:
/api/1.0/service/lmm/branch/externalSystemDetails/{branchCode}
- Retrieves the unauthorized Branch by Given ID.
- Method: getPath:
/api/1.0/service/lmm/branch/{id}/unauthorized
- Update an existing branch.
- Method: putPath:
/api/1.0/service/branch/{branchCode}