Click or drag to resize

billOfMaterialMaintenanceeditKitAsDataSet Method

Add/Edit Kit entries. Calls: xct_spDSLEditKit

Namespace:  ctDynamicsSL.inventory.billOfMaterial.maintenance
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 = "editKitAsDataSet", Description = "Add/Edit Kit entries.  Calls: xct_spDSLEditKit ")]
public DataSet editKitAsDataSet(
	string actionType,
	Kit inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLKit

Return Value

Type: DataSet
See Also