Click or drag to resize

customerssaveCustomer Method

Save an existing Customer. This should be used when saving an existing customer.

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "saveCustomer", Description = "Save an existing Customer.  This should be used when saving an existing customer.")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public customer saveCustomer(
	customer inCust
)

Parameters

inCust
Type: ctDynamicsSLcustomer

Return Value

Type: customer
See Also