CustomerCreationViewModel
This model is used to create a customer
Name | Description | Type | Additional information |
---|---|---|---|
FirstName |
The First Name of the Customer |
string |
Max length: 50 |
LastName |
THe Last Name of the Customer |
string |
Max length: 50 |
The email of the customer |
string |
Max length: 100 |
|
Password |
The password of the customer |
string |
None. |
RepDID |
The RepDID who referred this customer |
string |
None. |
Company |
The Company of the Customer |
string |
None. |
Phone1 |
The Phone1 of the Customer |
string |
None. |
Phone2 |
The Phone2 of the Customer |
string |
None. |
Phone3 |
The Phone3 of the Customer |
string |
None. |
Phone4 |
The Phone4 of the Customer |
string |
None. |
ShippingStreet1 |
The Shipping Street1 of the Customer |
string |
None. |
ShippingStreet2 |
The Shipping Street2 of the Customer |
string |
None. |
ShippingCountry |
The Shipping Country of the Customer |
string |
None. |
ShippingPostalCode |
The Shipping Postal Code of the Customer |
string |
None. |
ShippingCity |
The Shipping City of the Customer |
string |
None. |
ShippingState |
The Shipping State of the Customer |
string |
None. |
ShippingCounty |
The Shipping County of the Customer |
string |
None. |
BillingStreet1 |
The Billing Street1 of the Customer |
string |
None. |
BillingStreet2 |
The Billing Street2 of the Customer |
string |
None. |
BillingCountry |
The Billing Country of the Customer |
string |
None. |
BillingPostalCode |
The Billing Postal Code of the Customer |
string |
None. |
BillingCity |
The Billing City of the Customer |
string |
None. |
BillingState |
The Billing State of the Customer |
string |
None. |
BillingCounty |
The Billing County of the Customer |
string |
None. |
AgreedToTerms |
The Customer agreed to terms |
boolean |
None. |
ReferralMarketType |
The Referral Market Type of the Customer |
integer |
None. |
ReferralMarketTypeInput |
Additional Referral Market Type Input for the Customer |
string |
None. |
ReferCustomerID |
The CustomerID who referred this customer |
string |
None. |
TaxID |
The TaxID of the Customer |
string |
None. |
TaxID2 |
The TaxID2 of the Customer |
string |
None. |
ReplicatedSiteUrl |
The ReplicatedSiteUrl of the Customer |
string |
None. |
CustomerType |
The CustomerType of the Customer |
integer |
None. |
SendAutoresponders |
Indicates whether or not to send the AR related to customer signups. Optional. Default is true. |
boolean |
None. |
DateOfBirth |
The Customer's Date of Birth |
date |
None. |
ReciprocalRepDID |
The RepDID of the Representative this customer account is to be used with for personal purchasing, etc. Requires the setting JSCART_RECIPROCALIDS_INUSE |
string |
None. |
PreferredCulture |
Prefered locale for the Customer. |
integer |
None. |