Branch Parameters API REST Endpoints

Messaging Services/Branch Parameters API
This service is used for creating branch parameters details.
Adds a new branch
Method: post
Path: /branch
Authorize the branch by given ID
Method: patch
Path: /branch/{id}/approve
Close the branch by given ID
Method: patch
Path: /branch/{id}/close
Deletes the branch identified by given ID
Method: delete
Path: /branch/{id}
Flips the date of a branch
Method: get
Path: /branch/flipDate/{branchCode}
Get all valid BIC Codes
Method: get
Path: /branch/biccode
Get all valid branch
Method: get
Path: /branch
Gets the list of internal or external branches based on bank type
Method: get
Path: /branch/external
Gets the list of internal or external branches based on bank type
Method: get
Path: /branch/internal
Reopen the branch by given ID
Method: patch
Path: /branch/{id}/reopen
Retrieves the branch by ID
Method: get
Path: /branch/{id}
Retrieves the external system details by branch code
Method: get
Path: /branch/externalSystemDetails/{branchCode}
Retrives the branch by given ID
Method: get
Path: /branch/{id}/history
Retrives the branch by given ID
Method: get
Path: /branch/{id}/unauthorized
Update an existing branch
Method: put
Path: /branch/{id}