Customer
Resource Relationships
The application holds the relationship for all the onboarded customers and its associations. This customer details can be useful to onboard Individual Due Diligence, Company Due Diligence, Company Associated Parties, Accounts, Counter Parites.
The resource relationship in the customer details holds the unique id for each of this details when they are onboarded.
- Individual Due Diligence: individualDueDiligenceId (string)
- Company Due Diligence: companyDueDiligenceId (string)
- Company Associated Parties: companyAssociationId (string)
- Opportunity Account: opportunityAccountId (string)
- Standard Account: standardAccountId (string)
- Bank Application: bankingApplicationId (string)
- Partner Account: partnerAccountId (string)
- CounterParties: counterpartyIds (string[])
Endpoint:
- To get the resource relationship details, use the
GET customers/resource-relationshipendpoint. - Refer to Filters section for more details on filtering results based on specific fields.