Click or drag to resize
ICustomerIdentificationPluginCreate Method

[This is preliminary documentation and is subject to change.]

Creates a customer

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
long Create(
	string customerData,
	IAddress address
)

Parameters

customerData
Type: SystemString

[Missing <param name="customerData"/> documentation for "M:Netadmin.Management.Order.ICustomerIdentificationPlugin.Create(System.String,Netadmin.Management.Address.Dto.IAddress)"]

address
Type: Netadmin.Management.Address.DtoIAddress

[Missing <param name="address"/> documentation for "M:Netadmin.Management.Order.ICustomerIdentificationPlugin.Create(System.String,Netadmin.Management.Address.Dto.IAddress)"]

Return Value

Type: Int64
The identifier for the customer that has been created
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if customerData or address is null
FormatExceptionThrown if customerData has invalid formatting
See Also