Click or drag to resize

customerMaintenanceeditCustEDDAsDataSet Method

Namespace:  ctDynamicsSL.financial.accountsReceivable.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "editCustEDDAsDataSet", Description = "Add/Edit CustEDD entries.  Calls: xct_spDSLEditCustEDD ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DataSet editCustEDDAsDataSet(
	string actionType,
	CustEDD inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLCustEDD

Return Value

Type: DataSet
See Also