Click or drag to resize
Infosoft Logo

CallresultCustomerServiceUpdateCustomerDetails Method

Updates the customer details with the new values which is in the request. If a property is null or blank, it will overwrite the current values the customer has in the database.

Namespace: Infosoft.Webservices.CustomerServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public UpdateCustomerDetailsResponse UpdateCustomerDetails(
	UpdateCustomerDetailsRequest request
)

Parameters

request  UpdateCustomerDetailsRequest
The request containing a customer number, a CustomerDetails object with the new values, and an optional signature.

Return Value

UpdateCustomerDetailsResponse
A customer object reflecting the new values.

Implements

ICustomerServiceUpdateCustomerDetails(UpdateCustomerDetailsRequest)
See Also