Click or drag to resize

xddgetNewXDDTxnType Method

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

Parameters

inTemplate
Type: ctDynamicsSLxddXDDTxnType

Return Value

Type: xddXDDTxnType
See Also