Skip to main content

CommercialRelationDto

DTO representing the details of a commercial relationship.

idint64

Unique identifier for the commercial relation

Example: 12345
associatedBankCodestring

Code of the associated bank

Example: 00004
associatedCountryCodestring

Code of the associated country

Example: TN
versionint64

Version of the commercial relationship

Example: 1
commercialRelationIdentifierstring

Unique identifier for the commercial relation

Example: 2755966
titlestring

Title of the commercial relationship

Example: Commercial Relation 1
segmentstring

Segment of the commercial relation

Example: Retail
nationalIFNumberstring

National identification number for the commercial entity

Example: IFN123456
commerceRegisterNumberstring

Commercial register number of the company

Example: 9285554
addressLine1string

First line of the address

Example: 123 Main Street
addressLine2string

Second line of the address

Example: Suite 101
addressLine3string

Third line of the address

Example: Building A
phoneNumberstring

Phone number for the commercial relation

Example: +1-800-123-4567
tradeFinanceBankIdint64

Trade finance bank ID associated with the commercial relation

Example: 456789
CommercialRelationDto
{
"id": 12345,
"associatedBankCode": "00004",
"associatedCountryCode": "TN",
"version": 1,
"commercialRelationIdentifier": 2755966,
"title": "Commercial Relation 1",
"segment": "Retail",
"nationalIFNumber": "IFN123456",
"commerceRegisterNumber": 9285554,
"addressLine1": "123 Main Street",
"addressLine2": "Suite 101",
"addressLine3": "Building A",
"phoneNumber": "+1-800-123-4567",
"tradeFinanceBankId": 456789
}