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: 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 External Branches
Method: get
Path: /service/lmm/branch/external
Gets the List of Internal Branches
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 Audit Information by Given ID
Method: get
Path: /service/lmm/branch/{id}/history
Retrives the Unauthorized Branch by Given ID
Method: get
Path: /service/lmm/branch/{id}/unauthorized
Update an Existing Branch
Method: put
Path: /service/branch/{branchCode}