Click or drag to resize

projectInventoryAllocationgetUOMs Method

Searches for INUnits by invtID, classID and stkUnit, Used to populate: INProjAllocTran.UnitDesc

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 = "getUOMs", Description = "Searches for INUnits by invtID, classID and stkUnit, Used to populate: INProjAllocTran.UnitDesc")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public INUnit[] getUOMs(
	string classID,
	string invtID,
	string stkUnit,
	string fromUnit
)

Parameters

classID
Type: SystemString
invtID
Type: SystemString
stkUnit
Type: SystemString
fromUnit
Type: SystemString

Return Value

Type: INUnit
See Also