Click or drag to resize

projectInventoryAllocationgetINProjAllocTranByRefNbrAndLineRefByExactID Method

Gets IN Trans based on the passed refNbr and lineRef (optional)

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 = "getINProjAllocTranByRefNbrAndLineRefByExactID", 
	Description = "Gets INProjAllocTrans based on the passed refNbr and lineRef (optional)")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public INProjAllocTran getINProjAllocTranByRefNbrAndLineRefByExactID(
	string refNbr,
	string lineRef
)

Parameters

refNbr
Type: SystemString
lineRef
Type: SystemString

Return Value

Type: INProjAllocTran
See Also