Click or drag to resize

IBookingAuthenticateWcfServiceUpdateCustomer Method

Retrieves an existing customer based on the supplied customer profile ID or updates an existing customer.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
UpdateCustomerResult UpdateCustomer(
	UpdateCustomerCriteria criteria
)

Parameters

criteria
Type: Tse.EasyBook.Server.DataContractsUpdateCustomerCriteria

[Missing <param name="criteria"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.UpdateCustomer(Tse.EasyBook.Server.DataContracts.UpdateCustomerCriteria)"]

Return Value

Type: UpdateCustomerResult

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.UpdateCustomer(Tse.EasyBook.Server.DataContracts.UpdateCustomerCriteria)"]

See Also