Click or drag to resize

projectInventoryAllocationgetWarehouseBinLocations Method

Searches for Bins by ID, Used to populate: INProjAllocTran.WhseLoc

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 = "getWarehouseBinLocations", Description = "Searches for Bins by ID, Used to populate: INProjAllocTran.WhseLoc")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public Location[] getWarehouseBinLocations(
	string siteID,
	string whseLoc,
	string invtID
)

Parameters

siteID
Type: SystemString
whseLoc
Type: SystemString
invtID
Type: SystemString

Return Value

Type: Location
See Also