Click or drag to resize

customersquickCustomerCopy Method

Do a quick customer copy from an existing custID.

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 = "quickCustomerCopy", Description = "Do a quick customer copy from an existing custID.")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public void quickCustomerCopy(
	string origCustID,
	string[] fieldListing,
	string custID,
	string custName,
	address billToAddr,
	address mainAddr
)

Parameters

origCustID
Type: SystemString
fieldListing
Type: SystemString
custID
Type: SystemString
custName
Type: SystemString
billToAddr
Type: ctDynamicsSLaddress
mainAddr
Type: ctDynamicsSLaddress
See Also