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