APIs
Please find below the API details for the Customer Compliance 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 |
---|---|---|---|
createCorporateCustomer | POST | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/customers/corporates/ | Create corporate customer. |
approveCorporateCustomer | PUT | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/customerApprovals/{customerId}/corporates | Approve the pending request to create corporate customer. |
getRelatedPersons | GET | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/partyRelationships/individuals | Retrieve the list of persons. |
getRelatedEntity | GET | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/partyRelationships/corporates | Retrieve the list of corporates. |
getIndividualCustomer | GET | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/customers/ | Retrieve list of individual customers. |
getCorporateCustomer | GET | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/customers/corporates/ | Retrieve Corporate Customer Details. |
approveRelatedPerson | PUT | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/partyRelationshipApprovals/individuals/{individualId} | Approve the pending request to create details for an individual. |
createRelatedPerson | POST | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/partyRelationships/individuals | Create details of individual/person who may be related to existing customers. |
createRelatedEntity | POST | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/partyRelationships/corporates | Create details of a corporate which may be related to existing customers. |
approveRelatedEntity | PUT | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/partyRelationshipApprovals/corporates/{corporateId} | Approve the pending request to create details for a corporate. |
createIndividualCustomer | POST | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/customers/ | Create an individual customer. |
approveIndividualCustomer | PUT | http://<hostname>:<jboss_port>/pemb-provider-iris/api/vx.x.x/party/pe/customerApprovals/{customerId} | Approve the pending request to create individual customer. |
In this topic