BIC Directory Service REST Endpoints

Common Core Services/BIC Directory Service
This service defines the Bank Codes so that the bank is identified by SWIFT. BICs are used when it is necessary to identify exactly a party of a transaction and are frequently used to help route payments.
Adds a new bic directory
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}