Create Products Relations

API endpoint to create a relation from a product (loan or account) to either a company or person.

Body Params

Create product relations request

Create Product Relation DTO

string
required
length ≥ 1

The product identification for the loan or the account.

string
required
length ≥ 1

The product type, can be a loan or an account.

uuid
required

The entity identification for the person of the company.

string
required
length ≥ 1

The entity type, can be a person or a company.

string
required
length ≥ 1

The relation role code. In the reference data endpoints 'person-product-roles' and 'company-product-roles' a user can get the full list of available values. Depending on if a person or a company is set.

date
required

The date from which the relation will be active.

date | null

The date when the relation will end.

Headers
string
uuid
required

Format - uuid. Correlates HTTP requests between a client and server

Responses
202

Accepted

500

Server Error

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json