Branch Service REST Endpoints

Common Core Services/Branch Service
This service is used for local holidays Operations.
Adds a new core banks
Method: post
Path: /service/corebanks
Adds a new core branches
Method: post
Path: /service/corebranchs
Adds a new local holidays
Method: post
Path: /service/localholidays
Close the core banks by given ID
Method: patch
Path: /service/corebanks/{bankCode}/close
Close the core branches by given ID
Method: patch
Path: /service/corebranchs/{branchCode}/close
Close the local holidays by given ID
Method: patch
Path: /service/localholidays/{branchCode}/{year}/close
Reopen the core banks by given ID
Method: patch
Path: /service/corebanks/{bankCode}/reopen
Reopen the core branches by given ID
Method: patch
Path: /service/corebranchs/{branchCode}/reopen
Reopen the local holidays by given ID
Method: patch
Path: /service/localholidays/{branchCode}/{year}/reopen
Update an existing core banks
Method: put
Path: /service/corebanks/{bankCode}
Update an existing core branches
Method: put
Path: /service/corebranchs/{branchCode}
Update an existing rule
Method: put
Path: /service/localholidays/{branchCode}/{year}