Click or drag to resize

customerMaintenanceeditCustomerAsDataSet 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 = "editCustomerAsDataSet", Description = "Add/Edit Customer entries.  Calls: xct_spDSLEditCustomer ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DataSet editCustomerAsDataSet(
	string actionType,
	CustomerV2 inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLCustomerV2

Return Value

Type: DataSet
See Also