Click or drag to resize
Infosoft Logo

CallresultCustomerServiceCreateCustomer 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
Result of the creation process

Implements

ICustomerServiceCreateCustomer(CreateCustomerRequest)
Remarks
In this implementation a customer will be placed in a temporary order table and an order number will be assigned that will work as a temporary customernumber. 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. When the customer is imported (either manually or automatically) a change notification will be sent out to notify of the actually customernumber.
See Also