Click or drag to resize

projectInventoryAllocationgetINProjAllocLotsByRefNbr Method

Gets INProjAllocLots based on the passed refNbr, Used to populate: INProjAllocLot.RefNbr, INProjAllocTran.RefNbr

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 = "getINProjAllocLotsByRefNbr", Description = "Gets Dpcs based on the passed refNbr, Used to populate: INProjAllocLot.RefNbr, INProjAllocTran.RefNbr")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public INProjAllocLot[] getINProjAllocLotsByRefNbr(
	string refNbr
)

Parameters

refNbr
Type: SystemString

Return Value

Type: INProjAllocLot
See Also