Name | Description | Type | Additional information |
---|---|---|---|
CustomerCode |
Optional custom customer code to use |
string |
None. |
CustomerName |
Name of the customer, mandatory when contact first name and contact last name is not specified. |
string |
None. |
Contact_Firstname |
Contact first name, mandatory when customer name is not specified. |
string |
None. |
Contact_Lastname |
Contact last name, mandatory when customer name is not specified. |
string |
None. |
Telephone |
Telephone, optional |
string |
None. |
TelephoneExtension |
Telephone extension, optional |
string |
None. |
Fax |
Fax, optional |
string |
None. |
FaxExtension |
Fax extension, optional |
string |
None. |
Email address, optional |
string |
None. |
|
CustomerTypeCode |
Customer type, optional |
string |
None. |
IsProspect |
Indicates if a prospect or customer will be created. Default is customer |
boolean |
None. |
IsActive |
Status, optional. Default to True when not specified |
boolean |
None. |
IsCreditHold |
Credit on hold, optional. Default to False when not specified |
boolean |
None. |
IsAllowBackOrder |
Allow Back ordering, optional. Default to True when not specified |
boolean |
None. |
TaxNumber |
Tax Number or Vat Number |
string |
None. |
BusinessLicense |
Business License or Company Registration |
string |
None. |
CurrencyCode |
Customer currency code, optional |
string |
None. |
SalesRepGroupName |
Sales Rep, optional |
string |
None. |
BillingAddress |
Billing address of the customer, mandatory |
Interprise.Web.Services.Models.CustomerInput+CreateBillingAddressInput |
None. |
ShippingAddress |
Shipping address of the customer, mandatory |
Interprise.Web.Services.Models.CustomerInput+CreateShippingAddressInput |
None. |
CustomFields |
Collection of all the custom fields in a Customer table |
Collection of Interprise.Web.Services.Models.CustomField |
None. |