|
CustomerServiceCreateCustomer Method |
Creates a new customer.
Namespace: Infosoft.Webservices.CustomerServicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
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