Click or drag to resize

commongetNewAcctXref Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getNewAcctXref", Description = "get a blank AcctXref object")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public AcctXref getNewAcctXref(
	AcctXref inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLAcctXref

Return Value

Type: AcctXref
See Also