Click or drag to resize

billOfMaterialMaintenancegetKitByExactID Method

Searches for a single kit entry by KitID, SiteID, Status

Namespace:  ctDynamicsSL.inventory.billOfMaterial.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getKitByExactID", Description = "Searches for a single kit entry by ID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public Kit getKitByExactID(
	string KitID,
	string SiteID,
	string Status
)

Parameters

KitID
Type: SystemString
SiteID
Type: SystemString
Status
Type: SystemString

Return Value

Type: Kit
See Also