Click or drag to resize

statementseditARHist Method

Add/Edit ARHist entries. Calls:xct_spDSLEditARHist

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "editARHist", Description = "Add/Edit ARHist entries.  Calls:xct_spDSLEditARHist")]
public DataSet editARHist(
	string actionType,
	statementsarhist inhist
)

Parameters

actionType
Type: SystemString
inhist
Type: ctDynamicsSLstatementsarhist

Return Value

Type: DataSet
See Also