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