Click or drag to resize

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLCustomerEDIV2

Return Value

Type: CustomerEDIV2
See Also