Click or drag to resize
Infosoft Logo

CustomerServiceCreateCustomer Method

Creates a new customer.

Namespace: Infosoft.Webservices.CustomerServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public CreateCustomerResponse CreateCustomer(
	CreateCustomerRequest request
)

Parameters

request  CreateCustomerRequest
The request containing the customer information

Return Value

CreateCustomerResponse
In this implementation a customer will be created directly into to the database. Upon registration an automatic import job will be executed and attempt to create the customer with the supplied parameters. This import will do various duplication checks and if these duplication checks finds more than one match the order will be laid to manual handling.

Implements

ICustomerServiceCreateCustomer(CreateCustomerRequest)
See Also