BIC Directory API REST Endpoints

Common Core Services/BIC Directory API
This service is used to define the Bank Codes so that the bank is identified by SWIFT.
Adds a new BIC directorys
Method: post
Path: /service/bicdirectorys
Close the BIC directory by given ID
Method: patch
Path: /service/bicdirectorys/{bicCode}/close
Get all valid BIC directorys
Method: get
Path: /service/bicdirectorys
Reopen the BIC directory by given ID
Method: patch
Path: /service/bicdirectorys/{bicCode}/reopen
Update an existing BIC directory
Method: put
Path: /service/bicdirectorys/{bicCode}