BatchServicesAddBatchToOrder Method |
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void AddBatchToOrder(
Guid sessionId,
Guid orderId,
Guid batchId
)
Public Sub AddBatchToOrder (
sessionId As Guid,
orderId As Guid,
batchId As Guid
)
public:
virtual void AddBatchToOrder(
Guid sessionId,
Guid orderId,
Guid batchId
) sealed
abstract AddBatchToOrder :
sessionId : Guid *
orderId : Guid *
batchId : Guid -> unit
override AddBatchToOrder :
sessionId : Guid *
orderId : Guid *
batchId : Guid -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - orderId
- Type: SystemGuid
The 128-bit unique identifier of the WorkOrder (Id property) to which the Batch should be associated. - batchId
- Type: SystemGuid
The 128-bit unique identifier of the Batch (Id property) to be associated.
Exceptions See Also