Click or drag to resize

billOfMaterialMaintenancechangeStatus Method

Namespace:  ctDynamicsSL.inventory.billOfMaterial.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "changeStatus", Description = "Change the status on a kit.  Calls: xct_spDSLEditBOMKitStatus")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public Kit changeStatus(
	string KitID,
	string SiteID,
	string CurrentStatus,
	string NewStatus,
	bool IncludeComponents
)

Parameters

KitID
Type: SystemString
SiteID
Type: SystemString
CurrentStatus
Type: SystemString
NewStatus
Type: SystemString
IncludeComponents
Type: SystemBoolean

Return Value

Type: Kit
See Also