You are here: Ektron Namespace > .NET Assemblies > eCommerce > Classes > CustomerApi Class > CustomerApi Methods > Add Method > Add
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
CustomerApi.Add Method (CustomerData, AddressData, AddressData)

Adds a new customer with seperate billing and shipping addresses. The Customer.Id property will be populated with the new Customer's Id.

C#
public void Add(CustomerData customerData, AddressData billingAddress, AddressData shippingAddress);
Visual Basic
Public Function Add(customerData As CustomerData, billingAddress As AddressData, shippingAddress As AddressData) As void
Parameters 
Description 
customerData 
customer data to save. 
billingAddress 
Billing address of customer. 
shippingAddress 
Shipping address of customer. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!