APIs
Please find below the API details for the Static Data module.
The API will only be useable if the module has been licensed by the client.
In the URL, vx.x.x denotes the swagger version that client has licensed.
Endpoint | Method | URL | Description |
---|---|---|---|
createIndustryCodes | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/reference/uk/industries/{industryId} | Create Industry Codes and map the corresponding central bank(Bank of England) industry codes. |
getIndustryCodes | GET | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/reference/uk/industries/{industryId} | Retrieve the industry codes and the mapped Bank of England sector codes. |
createCentralBankSectorCodes | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/reference/uk/sectors/{sectorId} | Create sector classification codes provided by the central bank(Bank of England) for the purpose of classification of the customers and for regulatory reporting. |
createCentralBankSicCodes | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/reference/uk/sic/{industryId} | Create standard industry classification (SIC) codes provided by the central bank(Bank of England) for the purpose of classification of the customers and for regulatory reporting. |
createIndividualCustomer | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/party/uk/customers/individuals | Create an individual customer by capturing the Financial Services Compensation Scheme (FSCS) eligibility codes and Financial Services Compensation Scheme (FSCS) account statuses. |
approveCustomer | PUT | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/party/uk/customers/{customerId}/approve | Authorize a customer record on verification of the details. |
deleteCustomer | DELETE | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/party/uk/customers/{customerId} | Delete a customer record which is in unauthorized status. |
createIndividualProspectCustomer | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/party/uk/customers/prospects/individuals | Create an individual customer prospect. |
createCorporateCustomer | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/party/uk/customers/corporates | Create a corporate customer by capturing the Financial Services Compensation Scheme (FSCS) eligibility codes and Financial Services Compensation Scheme (FSCS) account statuses. |
createProspectIndividual | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/party/uk/prospectCustomers/individuals | Create a new prospect individual. |
createProspectEntity | POST | http://<hostname>:<jboss_port>/ukmb-provider-iris/api/vx.x.x/party/uk/prospectCustomers/entities | Create a new prospect entity. |
In this topic