Click or drag to resize

billOfMaterialMaintenancegetInventoryByExactID Method

Searches for a single inventory entry by ID

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 = "getInventoryByExactID", Description = "Searches for a single inventory entry by ID")]
public Inventory getInventoryByExactID(
	string invtID
)

Parameters

invtID
Type: SystemString

Return Value

Type: Inventory
See Also