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: postPath:
/service/bicdirectorys
- Close the BIC directory by given ID
- Method: patchPath:
/service/bicdirectorys/{bicCode}/close
- Get all valid BIC directorys
- Method: getPath:
/service/bicdirectorys
- Reopen the BIC directory by given ID
- Method: patchPath:
/service/bicdirectorys/{bicCode}/reopen
- Update an existing BIC directory
- Method: putPath:
/service/bicdirectorys/{bicCode}