Click or drag to resize

projectInventoryAllocationgetInventoryByExactID Method

Searches for a single inventory entry by ID, Used to populate: INProjAllocTran.InvtID

Namespace:  ctDynamicsSL.inventory.inventory.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getInventoryByExactID", Description = "Searches for a single inventory entry by ID, Used to populate: INProjAllocTran.InvtID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public Inventory getInventoryByExactID(
	string invtID
)

Parameters

invtID
Type: SystemString

Return Value

Type: Inventory
See Also