AddCustomersToCartRequestServiceModel_Customer
The customer record
Name | Description | Type | Additional Information |
---|---|---|---|
FirstName |
The first name of the customer. |
string |
Required (for business products) |
LastName |
The last name of the customer. |
string |
Required (for business products) |
Address1 |
Address line. |
string |
Required (for business products) |
Address2 |
Address line. |
string |
None. |
City |
The city of the customer. |
string |
Required (for business products) |
PostalCode |
The postal code of the customer. |
string |
Required (for business products) |
State |
The ISO two-letter or three-letter code for the state. |
string |
Required (for business products and certain countries like US, CA, AU, NZ, ZA) |
Country |
The ISO two-letter code for the country. |
string |
Required |
CustomerEmail |
The email address of the customer. |
string |
Required (for business products) |
CompanyName |
The name of the customer's company. |
string |
Required (for business products) |
CompanyTypeId |
The company type id. Possible values are: 1 = Distributor, 2 = Reseller, 3 = MSP, 11 = MSP/Reseller Hybrid, 14 = Business. |
integer |
Required (for business products) |
ExternalCustomerKey |
The client's identifier for the customer. |
string |
Required |
OptIn |
Value indicating whether the customer may receive marketing and promotional e-mail communication from Webroot or OpenText. If the value is not provided or null, OptIn will default to true. |
boolean |
None. |