Branch Parameters Maintenance Service API REST Endpoints

Maintenance Services/Branch Parameters Maintenance Service API
This service is used to perform Branch Parameter related operations.
Adds a new branch
Method: post
Path: /service/branch
Flips the date of a branch
Method: get
Path: /service/lmm/branch/flipDate/{branchCode}
Get all valid BIC Codes
Method: get
Path: /service/lmm/branch/biccode
Get all valid branch
Method: get
Path: /service/lmm/branch
Gets the list of internal or external branches based on bank type
Method: get
Path: /service/lmm/branch/external
Gets the list of internal or external branches based on bank type
Method: get
Path: /service/lmm/branch/internal
Retrieves the branch by ID
Method: get
Path: /service/lmm/branch/{id}
Retrieves the external system details by branch code
Method: get
Path: /service/lmm/branch/externalSystemDetails/{branchCode}
Retrives the branch by given ID
Method: get
Path: /service/lmm/branch/{id}/history
Retrives the branch by given ID
Method: get
Path: /service/lmm/branch/{id}/unauthorized
Update an existing branch
Method: put
Path: /service/branch/{branchCode}