Click or drag to resize

projectInventoryAllocationgetAllocatedProjectInventoryQtyRemaining Method

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 = "getAllocatedProjectInventoryQtyRemaining", 
	Description = "searches for existing project inventory allocations")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public InvProjAlloc[] getAllocatedProjectInventoryQtyRemaining(
	string invtID,
	string siteID,
	string rcptRefNbr,
	string allocDate,
	string projectID,
	string taskID,
	string whseLoc
)

Parameters

invtID
Type: SystemString
siteID
Type: SystemString
rcptRefNbr
Type: SystemString
allocDate
Type: SystemString
projectID
Type: SystemString
taskID
Type: SystemString
whseLoc
Type: SystemString

Return Value

Type: InvProjAlloc
See Also