| 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 |
Required |
| 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 |
|
| 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 |
Customer Number determined by external source |
string |
None. |
| Attributes |
Extended Customer Data Specific To Client |
Dictionary of string [key] and string [value] |
None. |
| Expand |
Comma separated list of expansions to include in results |
string |
None. |