UpdatePartStockingLevel(Location,String,String,String,String) Method
The location and bin used for restocking
The queue to which the reorder part request will be dispatched
Part number for the Part
Part revision for the Part
Part domain for the Part
Updates an existing part restocking authorization level. This overload takes a set of required parameters for the API.
Syntax
'Declaration
Public Overloads Function UpdatePartStockingLevel( _
ByVal _currentLocation_ As Location, _
ByVal _queue_ As String, _
ByVal _partNumber_ As String, _
ByVal _partRevision_ As String, _
ByVal _partDomain_ As String _
) As ToolkitResult
public ToolkitResult UpdatePartStockingLevel(
Location _currentLocation_,
string _queue_,
string _partNumber_,
string _partRevision_,
string _partDomain_
)
Parameters
currentLocation
The location and bin used for restocking
queue
The queue to which the reorder part request will be dispatched
partNumber
Part number for the Part
partRevision
Part revision for the Part
partDomain
Part domain for the Part
Return Value
The following values are populated in the ToolkitResult object returned by the API method:
- Objid - Objid of the Part Authorization record.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
LogisticsToolkit Class
LogisticsToolkit Members
Overload List