Name | Description | Type | Additional information |
---|---|---|---|
FirstName |
Customer first name |
string |
String length: inclusive between 0 and 30 |
Id |
Customer Id |
integer |
None. |
LastName |
Customer last name |
string |
String length: inclusive between 0 and 30 |
CommercialName |
Customer commercial name |
string |
String length: inclusive between 0 and 500 |
Type |
Customer type (Personal / Commercial) |
CustomerTypeEnum |
None. |
LegalStatus |
Customer legal status |
LegalStatusEnum |
None. |
RiskAddress |
Customer risk address |
EntityAddressDTO |
None. |
MailingAddress |
Customer mailing address |
EntityAddressDTO |
None. |
MobilePhone |
Customer mobile phone |
string |
String length: inclusive between 0 and 25 |
HomePhone |
Customer home phone |
string |
String length: inclusive between 0 and 25 |
WorkPhone |
Customer work phone |
string |
String length: inclusive between 0 and 25 |
SecondaryMobilePhone |
Customer work phone |
string |
String length: inclusive between 0 and 25 |
FaxNumber |
Customer Fax number |
string |
String length: inclusive between 0 and 25 |
Customer e-mail |
string |
String length: inclusive between 0 and 60 |
|
Quotes |
Customer's existing quotes |
Collection of QuoteOutboundDTO |
None. |
BirthDate |
Date of Birth of the customer |
date |
None. |
CitizenCountryId |
Customer’s Citizenship |
integer |
None. |
BirthCountryId |
Customer’s Country of Birth |
integer |
None. |
Fein |
Federal Employer Identification Number of the Customer |
string |
None. |
YearStarted |
Year when business was started |
integer |
None. |
EstablishCountryId |
Country where business was established |
integer |
None. |
ExternalCustomerNumber |
External Customer Number |
string |
None. |
Attributes |
Extended Customer Data Specific To Client |
Dictionary of string [key] and string [value] |
None. |
WarningMessages |
List of warning messages encountered while servicing request |
Collection of string |
None. |