Click or drag to resize

customerssaveNewCustomer Method

Save a new customer. This should be used when creating a new 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 = "saveNewCustomer", Description = "Save a new customer.  This should be used when creating a new customer")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public customer saveNewCustomer(
	customer inCust,
	bool raiseBusinessRuleViolations
)

Parameters

inCust
Type: ctDynamicsSLcustomer
raiseBusinessRuleViolations
Type: SystemBoolean

Return Value

Type: customer
See Also