Click or drag to resize

customerMaintenanceeditCustomerEDIAsDataSet 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 = "editCustomerEDIAsDataSet", Description = "Add/Edit CustomerEDI entries.  Calls: xct_spDSLEditCustomerEDI ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DataSet editCustomerEDIAsDataSet(
	string actionType,
	CustomerEDIV2 inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLCustomerEDIV2

Return Value

Type: DataSet
See Also