ResourceServicesUpdateStockLocations Method |
Namespace:
FactoryLogix.xTend.FactoryResources
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void UpdateStockLocations(
Guid sessionId,
StockLocation[] stockLocations
)
Public Sub UpdateStockLocations (
sessionId As Guid,
stockLocations As StockLocation()
)
public:
virtual void UpdateStockLocations(
Guid sessionId,
array<StockLocation^>^ stockLocations
) sealed
abstract UpdateStockLocations :
sessionId : Guid *
stockLocations : StockLocation[] -> unit
override UpdateStockLocations :
sessionId : Guid *
stockLocations : StockLocation[] -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - stockLocations
- Type: FactoryLogix.xTend.DataObjectsStockLocation
A list of updated StockLocation with valid Id properties.
Exceptions See Also