Click or drag to resize

billOfMaterialMaintenancegetInventoryForKitByID Method

Searches for inventory entries valid for BOM kit

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)]
[WebMethodAttribute(MessageName = "getInventoryForKitByID", Description = "Searches for inventory entries valid for BOM kit")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public Inventory[] getInventoryForKitByID(
	string invtID
)

Parameters

invtID
Type: SystemString

Return Value

Type: Inventory
See Also